Searched refs:aes_context (Results 1 – 2 of 2) sorted by relevance
44 struct aes_context *aes_ctx = ctx; in aes_setkey()117 struct aes_context *aes_ctx = ctx; in aes_encrypt()135 struct aes_context *aes_ctx = ctx; in aes_decrypt()148 .ctxsize = sizeof ( struct aes_context ),158 aes_algorithm, struct aes_context, AES_BLOCKSIZE );
14 struct aes_context { struct22 #define AES_CTX_SIZE sizeof ( struct aes_context ) argument