gcm_camellia_setkey_wrap() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

gcm_camellia_setkey_wrap() function

Syntax

static int gcm_camellia_setkey_wrap( void *ctx,     const unsigned char *key,     unsigned int key_bitlen );

Arguments

ctx

key

key_bitlen

References

LocationText
cipher_wrap.c:891
static int gcm_camellia_setkey_wrap( void *ctx, const unsigned char *key,
cipher_wrap.c:919
gcm_camellia_setkey_wrap,
cipher_wrap.c:920
gcm_camellia_setkey_wrap,

Call Tree

Functions called by gcm_camellia_setkey_wrap()
gcm_camellia_setkey_wrap()
all items filtered out
Implementations
gcm_camellia_setkey_wrap()