gos_aes128_crypt_context_t Struct Reference
AES-128 Encryption/Decryption context. More...
Data Fields |
|
| uint8_t * | iv_decrypt |
|
IV used for decryption.
|
|
| uint8_t | iv_encrypt [16] |
|
IV used for encryption.
|
|
| mbedtls_aes_context | aes |
|
AES crypto context.
|
|
Detailed Description
AES-128 Encryption/Decryption context.