Searched defs:aes_ctx (Results 1 – 5 of 5) sorted by relevance
44 struct aes_context *aes_ctx = ctx; in aes_setkey() local117 struct aes_context *aes_ctx = ctx; in aes_encrypt() local135 struct aes_context *aes_ctx = ctx; in aes_decrypt() local
43 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local89 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
64 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx; in aead_aes_ctr_hmac_sha256_init() local105 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_cleanup() local155 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx, uint8_t *out, in aead_aes_ctr_hmac_sha256_crypt()183 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_seal_scatter() local217 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_open_gather() local
39 AES_KEY aes_ctx; member
39 u8 aes_ctx[AES_CTX_SIZE]; member236 static void ccmp_feed_cbc_mac ( void *aes_ctx, u8 *B, u8 *X ) in ccmp_feed_cbc_mac()