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

aes_128_gcm_info variable

Syntax

static const mbedtls_cipher_info_t aes_128_gcm_info = { MBEDTLS_CIPHER_AES_128_GCM, MBEDTLS_MODE_GCM, 128, "AES-128-GCM", 12, MBEDTLS_CIPHER_VARIABLE_IV_LEN, 16, &gcm_aes_info };

References

LocationText
cipher_wrap.c:550
static const mbedtls_cipher_info_t aes_128_gcm_info = {
cipher_wrap.c:2153
{ MBEDTLS_CIPHER_AES_128_GCM, &aes_128_gcm_info },

Type Use

Type of aes_128_gcm_info
aes_128_gcm_info
all items filtered out