Searched refs:AES_CTX_SIZE (Results 1 – 3 of 3) sorted by relevance
43 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap()89 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap()
22 #define AES_CTX_SIZE sizeof ( struct aes_context ) macro
39 u8 aes_ctx[AES_CTX_SIZE];