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

camellia_128_gcm_info variable

Syntax

static const mbedtls_cipher_info_t camellia_128_gcm_info = { MBEDTLS_CIPHER_CAMELLIA_128_GCM, MBEDTLS_MODE_GCM, 128, "CAMELLIA-128-GCM", 12, MBEDTLS_CIPHER_VARIABLE_IV_LEN, 16, &gcm_camellia_info };

References

LocationText
cipher_wrap.c:925
static const mbedtls_cipher_info_t camellia_128_gcm_info = {
cipher_wrap.c:2201
{ MBEDTLS_CIPHER_CAMELLIA_128_GCM, &camellia_128_gcm_info },

Type Use

Type of camellia_128_gcm_info
camellia_128_gcm_info
all items filtered out