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

camellia_256_gcm_info variable

Syntax

static const mbedtls_cipher_info_t camellia_256_gcm_info = { MBEDTLS_CIPHER_CAMELLIA_256_GCM, MBEDTLS_MODE_GCM, 256, "CAMELLIA-256-GCM", 12, MBEDTLS_CIPHER_VARIABLE_IV_LEN, 16, &gcm_camellia_info };

References

LocationText
cipher_wrap.c:947
static const mbedtls_cipher_info_t camellia_256_gcm_info = {
cipher_wrap.c:2203
{ MBEDTLS_CIPHER_CAMELLIA_256_GCM, &camellia_256_gcm_info },

Type Use

Type of camellia_256_gcm_info
camellia_256_gcm_info
all items filtered out