Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c46 struct gcm_aes_ctx { struct
235 struct gcm_aes_ctx *ctx = crypto_aead_ctx(tfm); in gcm_aes_setkey()
270 int *buf_count, struct gcm_aes_ctx *ctx) in gcm_update_mac()
303 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_calculate_auth_mac()
338 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_encrypt()
401 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_decrypt()
483 struct gcm_aes_ctx *ctx = crypto_aead_ctx(tfm); in rfc4106_setkey()
503 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_encrypt()
516 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_decrypt()
539 .base.cra_ctxsize = sizeof(struct gcm_aes_ctx) +
[all …]