Home page |
Mailing list |
Docs
Last updated: Sat Feb 3 05:00:59 2007
Asterisk developer's documentation :: Codename Pineapple
aes.h File Reference
Detailed Description
This file contains the definitions required to use AES in C. See aesopt.h for optimisation details.
Definition in file aes.h.
#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.
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] |
|
) |
|
|
Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen