Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dghash-ce-glue.c44 struct gcm_aes_ctx { struct
232 struct gcm_aes_ctx *ctx = crypto_aead_ctx(tfm); in gcm_setkey()
275 int *buf_count, struct gcm_aes_ctx *ctx) in gcm_update_mac()
308 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_calculate_auth_mac()
344 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_encrypt()
457 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_decrypt()
584 .base.cra_ctxsize = sizeof(struct gcm_aes_ctx) +

Completed in 3 milliseconds