Modules | |
| AES | |
Enumerations | |
| enum | C4eCipherId { C4eCipherAes128, C4eCipherAes192, C4eCipherAes256, C4eCipherIdSize } |
| enum C4eCipherId |
Cipher algorithm identifier.
| C4eCipherAes128 |
AES-128 |
| C4eCipherAes192 |
AES-192 |
| C4eCipherAes256 |
AES-256 |
| C4eCipherIdSize |
Number of enums (not a real cipher ID) |
Definition at line 42 of file c4e_cipher.h.
1.6.1