aes_256_gcm_info is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

aes_256_gcm_info variable

Syntax

static const mbedtls_cipher_info_t aes_256_gcm_info = { MBEDTLS_CIPHER_AES_256_GCM, MBEDTLS_MODE_GCM, 256, "AES-256-GCM", 12, MBEDTLS_CIPHER_VARIABLE_IV_LEN, 16, &gcm_aes_info };

References

LocationText
cipher_wrap.c:572
static const mbedtls_cipher_info_t aes_256_gcm_info = {
cipher_wrap.c:2155
{ MBEDTLS_CIPHER_AES_256_GCM, &aes_256_gcm_info },

Type Use

Type of aes_256_gcm_info
aes_256_gcm_info
all items filtered out