Searched refs:hash_ctx (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/crypto/ |
D | algif_hash.c | 19 struct hash_ctx { struct 32 static int hash_alloc_result(struct sock *sk, struct hash_ctx *ctx) in hash_alloc_result() argument 50 static void hash_free_result(struct sock *sk, struct hash_ctx *ctx) in hash_free_result() 68 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 183 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 230 struct hash_ctx *ctx = ask->private; in hash_accept() 235 struct hash_ctx *ctx2; in hash_accept() 404 struct hash_ctx *ctx = ask->private; in hash_sock_destruct() 415 struct hash_ctx *ctx; in hash_accept_parent_nokey()
|
/Linux-v6.6/drivers/crypto/intel/keembay/ |
D | keembay-ocs-hcu-core.c | 79 struct ocs_hcu_hash_ctx hash_ctx; member 463 rc = ocs_hcu_hash_update(hcu_dev, &rctx->hash_ctx, in kmb_ocs_hcu_do_one_request() 502 rc = ocs_hcu_hash_finup(hcu_dev, &rctx->hash_ctx, in kmb_ocs_hcu_do_one_request() 513 rc = ocs_hcu_hash_final(hcu_dev, &rctx->hash_ctx, req->result, in kmb_ocs_hcu_do_one_request() 606 ocs_hcu_hash_init(&rctx->hash_ctx, rctx->algo); in kmb_ocs_hcu_init()
|