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
39 sizeof(struct aead_aes_ctr_hmac_sha256_ctx), argument
43 alignof(struct aead_aes_ctr_hmac_sha256_ctx),
73 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_init()
74 (struct aead_aes_ctr_hmac_sha256_ctx *)&ctx->state; in aead_aes_ctr_hmac_sha256_init()
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()
182 (struct aead_aes_ctr_hmac_sha256_ctx *) &ctx->state; in aead_aes_ctr_hmac_sha256_seal_scatter()
216 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = in aead_aes_ctr_hmac_sha256_open_gather()
217 (struct aead_aes_ctr_hmac_sha256_ctx *) &ctx->state; in aead_aes_ctr_hmac_sha256_open_gather()