Lines Matching refs:cc_hash_ctx

76 struct cc_hash_ctx {  struct
96 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, struct cc_hash_ctx *ctx, argument
129 struct cc_hash_ctx *ctx) in cc_init_req()
172 struct cc_hash_ctx *ctx) in cc_map_req()
237 struct cc_hash_ctx *ctx) in cc_unmap_req()
281 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_update_complete()
299 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_digest_complete()
319 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_hash_complete()
339 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_fin_result()
363 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_fin_hmac()
416 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_hash_digest()
522 static int cc_restore_hash(struct cc_hw_desc *desc, struct cc_hash_ctx *ctx, in cc_restore_hash()
553 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_hash_update()
629 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_do_finup()
709 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_hash_init()
724 struct cc_hash_ctx *ctx = NULL; in cc_hash_setkey()
921 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_xcbc_setkey()
1009 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_cmac_setkey()
1046 static void cc_free_ctx(struct cc_hash_ctx *ctx) in cc_free_ctx()
1069 static int cc_alloc_ctx(struct cc_hash_ctx *ctx) in cc_alloc_ctx()
1111 struct cc_hash_ctx *ctx = crypto_tfm_ctx(tfm); in cc_get_hash_len()
1121 struct cc_hash_ctx *ctx = crypto_tfm_ctx(tfm); in cc_cra_init()
1142 struct cc_hash_ctx *ctx = crypto_tfm_ctx(tfm); in cc_cra_exit()
1153 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_mac_update()
1221 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_mac_final()
1343 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_mac_finup()
1425 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_mac_digest()
1503 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_hash_export()
1529 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_hash_import()
1850 alg->cra_ctxsize = sizeof(struct cc_hash_ctx); in cc_alloc_hash_alg()
2130 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_setup_xcbc()
2187 struct cc_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cc_setup_cmac()
2215 struct cc_hash_ctx *ctx, unsigned int flow_mode, in cc_set_desc()