Tor  0.4.7.0-alpha-dev
Macros | Typedefs | Functions
aes.h File Reference

Headers for aes.c. More...

#include "lib/cc/torint.h"
#include "lib/malloc/malloc.h"

Go to the source code of this file.

Macros

#define aes_cipher_free(cipher)    FREE_AND_NULL(aes_cnt_cipher_t, aes_cipher_free_, (cipher))
 

Typedefs

typedef struct aes_cnt_cipher_t aes_cnt_cipher_t
 

Functions

aes_cnt_cipher_t * aes_new_cipher (const uint8_t *key, const uint8_t *iv, int key_bits)
 
void aes_cipher_free_ (aes_cnt_cipher_t *cipher)
 
void aes_crypt_inplace (aes_cnt_cipher_t *cipher, char *data, size_t len)
 
int evaluate_evp_for_aes (int force_value)
 
int evaluate_ctr_for_aes (void)
 

Detailed Description

Headers for aes.c.

Definition in file aes.h.