Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init() local
153 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 = in aead_aes_ctr_hmac_sha256_seal_scatter() local
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather() local
/external/openssh/
Dcipher-ctr.c39 AES_KEY aes_ctx; member