Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
594 .base.cra_ctxsize = sizeof(struct gcm_aes_ctx) +