Home
last modified time | relevance | path

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

/crypto/
Dccm.c29 struct crypto_ccm_ctx { struct
79 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_setkey()
249 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_auth()
306 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_encrypt()
376 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_decrypt()
436 struct crypto_ccm_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_ccm_init_tfm()
469 struct crypto_ccm_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_ccm_exit_tfm()
550 inst->alg.cra_ctxsize = sizeof(struct crypto_ccm_ctx); in crypto_ccm_alloc_common()