Lines Matching refs:cc_hash_ctx
83 struct cc_hash_ctx { struct
103 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, struct cc_hash_ctx *ctx, argument
136 struct cc_hash_ctx *ctx) in cc_init_req()
179 struct cc_hash_ctx *ctx) in cc_map_req()
244 struct cc_hash_ctx *ctx) in cc_unmap_req()
288 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()
529 static int cc_restore_hash(struct cc_hw_desc *desc, struct cc_hash_ctx *ctx, in cc_restore_hash()
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()
731 struct cc_hash_ctx *ctx = NULL; in cc_hash_setkey()
925 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in cc_xcbc_setkey()
1010 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in cc_cmac_setkey()
1047 static void cc_free_ctx(struct cc_hash_ctx *ctx) in cc_free_ctx()
1070 static int cc_alloc_ctx(struct cc_hash_ctx *ctx) in cc_alloc_ctx()
1112 struct cc_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm); in cc_get_hash_len()
1122 struct cc_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm); in cc_cra_init()
1143 struct cc_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm); in cc_cra_exit()
1154 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_mac_update()
1222 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_mac_final()
1343 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_mac_finup()
1424 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_mac_digest()
1502 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in cc_hash_export()
1528 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in cc_hash_import()
1849 alg->cra_ctxsize = sizeof(struct cc_hash_ctx) + crypto_dma_padding(); in cc_alloc_hash_alg()
2078 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_setup_xcbc()
2135 struct cc_hash_ctx *ctx = crypto_ahash_ctx_dma(tfm); in cc_setup_cmac()
2163 struct cc_hash_ctx *ctx, unsigned int flow_mode, in cc_set_desc()