Home
last modified time | relevance | path

Searched defs:aes_ctx (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/crypto/
Daxtls_aes.c44 struct aes_context *aes_ctx = ctx; in aes_setkey() local
117 struct aes_context *aes_ctx = ctx; in aes_encrypt() local
135 struct aes_context *aes_ctx = ctx; in aes_decrypt() local
Daes_wrap.c43 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_wrap() local
89 void *aes_ctx = malloc ( AES_CTX_SIZE ); in aes_unwrap() local
/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c64 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx; in aead_aes_ctr_hmac_sha256_init() local
105 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_cleanup() local
155 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() local
217 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_open_gather() local
/external/openssh/
Dcipher-ctr.c39 AES_KEY aes_ctx; member
/external/syslinux/gpxe/src/net/80211/
Dwpa_ccmp.c39 u8 aes_ctx[AES_CTX_SIZE]; member
236 static void ccmp_feed_cbc_mac ( void *aes_ctx, u8 *B, u8 *X ) in ccmp_feed_cbc_mac()