Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c59 struct ccp_ctx *ctx = crypto_ahash_ctx_dma(tfm); in ccp_do_cmac_update()
259 struct ccp_ctx *ctx = crypto_ahash_ctx_dma(tfm); in ccp_aes_cmac_setkey()
337 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(tfm); in ccp_aes_cmac_cra_init()
386 base->cra_ctxsize = sizeof(struct ccp_ctx) + crypto_dma_padding(); in ccp_register_aes_cmac_algs()
H A Dccp-crypto.h262 struct ccp_ctx { struct
H A Dccp-crypto-main.c145 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(req->tfm); in ccp_crypto_complete()