Searched defs:aes_ctx (Results 1 – 4 of 4) 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() local153 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx, uint8_t *out, in aead_aes_ctr_hmac_sha256_crypt()181 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_seal_scatter() local215 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_open_gather() local
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()