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

gcm_aes_info variable

Syntax

static const mbedtls_cipher_base_t gcm_aes_info = { MBEDTLS_CIPHER_ID_AES, NULL, #if defined(MBEDTLS_CIPHER_MODE_CBC) NULL, #endif #if defined(MBEDTLS_CIPHER_MODE_CFB) NULL, #endif #if defined(MBEDTLS_CIPHER_MODE_OFB) NULL, #endif #if defined(MBEDTLS_CIPHER_MODE_CTR) NULL, #endif #if defined(MBEDTLS_CIPHER_MODE_XTS) NULL, #endif #if defined(MBEDTLS_CIPHER_MODE_STREAM) NULL, #endif gcm_aes_setkey_wrap, gcm_aes_setkey_wrap, gcm_ctx_alloc, gcm_ctx_free, };

References

LocationText
cipher_wrap.c:523
static const mbedtls_cipher_base_t gcm_aes_info = {
cipher_wrap.c:558
&gcm_aes_info
cipher_wrap.c:569
&gcm_aes_info
cipher_wrap.c:580
&gcm_aes_info

Type Use

Type of gcm_aes_info
gcm_aes_info
all items filtered out