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

aes_setkey_enc_wrap() function

Syntax

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

Arguments

ctx

key

key_bitlen

References

LocationText
cipher_wrap.c:205
static int aes_setkey_enc_wrap( void *ctx, const unsigned char *key,
cipher_wrap.c:250
aes_setkey_enc_wrap,

Call Tree

Functions called by aes_setkey_enc_wrap()
aes_setkey_enc_wrap()
all items filtered out
Data read by aes_setkey_enc_wrap()
aes_setkey_enc_wrap()
Implementations
aes_setkey_enc_wrap()