Home
last modified time | relevance | path

Searched refs:aead_aes_ctr_hmac_sha256_ctx (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c27 struct aead_aes_ctr_hmac_sha256_ctx { struct
64 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx; in aead_aes_ctr_hmac_sha256_init()
87 aes_ctx = OPENSSL_malloc(sizeof(struct aead_aes_ctr_hmac_sha256_ctx)); in aead_aes_ctr_hmac_sha256_init()
105 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_cleanup()
106 OPENSSL_cleanse(aes_ctx, sizeof(struct aead_aes_ctr_hmac_sha256_ctx)); in aead_aes_ctr_hmac_sha256_cleanup()
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()
217 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; in aead_aes_ctr_hmac_sha256_open_gather()