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

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

Completed in 39 milliseconds