Sat Mar 24 23:26:08 2007
Asterisk developer's documentation
aes.h File Reference
This file contains the definitions required to use AES in C. See aesopt.h for optimisation details. More...
#include "limits.h"
Include dependency graph for aes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
This file contains the definitions required to use AES in C. See aesopt.h for optimisation details.
Definition in file aes.h.
Define Documentation
|
Definition at line 60 of file aes.h. |
#define AES_BLOCK_SIZE 16 |
|
|
Definition at line 85 of file aes.h. |
|
Definition at line 68 of file aes.h. |
|
Definition at line 67 of file aes.h. |
|
Definition at line 69 of file aes.h. |
|
Definition at line 97 of file aes.h. |
|
Definition at line 96 of file aes.h. |
|
Definition at line 95 of file aes.h. |
|
Definition at line 92 of file aes.h. |
|
Definition at line 86 of file aes.h. |
Function Documentation
aes_rval aes_decrypt |
( |
const void * |
in_blk, |
|
|
void * |
out_blk, |
|
|
const aes_decrypt_ctx |
cx[1] |
|
) |
|
|
aes_rval aes_encrypt |
( |
const void * |
in_blk, |
|
|
void * |
out_blk, |
|
|
const aes_encrypt_ctx |
cx[1] |
|
) |
|
|
Generated on Sat Mar 24 23:26:08 2007 for Asterisk - the Open Source PBX by
1.4.6