Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c207 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_set_sh_desc()
263 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in axcbc_set_sh_desc()
315 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in acmac_set_sh_desc()
427 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_setkey()
496 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in axcbc_setkey()
516 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in acmac_setkey()
593 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_cpy()
642 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_switch()
763 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(crypto_ahash_reqtfm(req)); in ahash_do_one_req()
823 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahas in ahash_update_ctx()
[all...]
/linux/drivers/crypto/ccree/
H A Dcc_hash.c288 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_update_complete()
306 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_digest_complete()
326 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_hash_complete()
346 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_fin_result()
369 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_fin_hmac()
422 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_hash_digest()
560 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_hash_update()
636 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_do_finup()
716 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_hash_init()
739 ctx = crypto_ahash_ctx_dma(ahas in cc_hash_setkey()
[all...]
/linux/drivers/crypto/ccp/
H A Dccp-crypto-sha.c62 struct ccp_ctx *ctx = crypto_ahash_ctx_dma(tfm); in ccp_do_sha_update()
185 struct ccp_ctx *ctx = crypto_ahash_ctx_dma(tfm); in ccp_sha_init()
275 struct ccp_ctx *ctx = crypto_ahash_ctx_dma(tfm); in ccp_sha_setkey()
317 struct ccp_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ccp_sha_cra_init()
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()
/linux/include/crypto/internal/
H A Dhash.h170 static inline void *crypto_ahash_ctx_dma(struct crypto_ahash *tfm) in crypto_ahash_ctx_dma() function