Searched refs:hash_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A 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() 50 static void hash_free_result(struct sock *sk, struct hash_ctx *ctx) in hash_free_result() 69 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 136 struct hash_ctx *ctx = ask->private; in hash_sendpage() 188 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 235 struct hash_ctx *ctx = ask->private; in hash_accept() 240 struct hash_ctx *ctx2; in hash_accept() 412 struct hash_ctx *ctx = ask->private; in hash_sock_destruct() 423 struct hash_ctx *ct in hash_accept_parent_nokey() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A 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() 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() 184 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 231 struct hash_ctx *ctx = ask->private; in hash_accept() 236 struct hash_ctx *ctx2; in hash_accept() 405 struct hash_ctx *ctx = ask->private; in hash_sock_destruct() 416 struct hash_ctx *ctx; in hash_accept_parent_nokey()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/ |
H A D | hash_core.c | 134 struct hash_ctx *ctx = data; in hash_dma_callback() 139 static int hash_set_dma_transfer(struct hash_ctx *ctx, struct scatterlist *sg, in hash_set_dma_transfer() 185 static void hash_dma_done(struct hash_ctx *ctx) in hash_dma_done() 195 static int hash_dma_write(struct hash_ctx *ctx, in hash_dma_write() 221 struct hash_ctx *ctx = device_data->current_ctx; in get_empty_message_digest() 358 * @hash_ctx: Structure for the hash context. 365 static int hash_get_device_data(struct hash_ctx *ctx, in hash_get_device_data() 471 struct hash_ctx *ctx) in init_hash_hw() 552 struct hash_ctx *ctx = crypto_ahash_ctx(tfm); in ux500_hash_init() 742 void hash_begin(struct hash_device_data *device_data, struct hash_ctx *ct [all...] |
H A D | hash_alg.h | 320 * struct hash_ctx - The context used for hash calculations. 328 struct hash_ctx { struct 337 * struct hash_ctx - The request context used for hash calculations. 370 struct hash_ctx *current_ctx; 385 void hash_begin(struct hash_device_data *device_data, struct hash_ctx *ctx);
|
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 61 * @hash_ctx: OCS HCU hashing context. 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()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | picoxcell_crypto.c | 169 u8 hash_ctx[SPACC_CRYPTO_IPSEC_HASH_PG_SZ]; member 478 if (keys.authkeylen > sizeof(ctx->hash_ctx)) in spacc_aead_setkey() 484 memcpy(ctx->hash_ctx, keys.authkey, keys.authkeylen); in spacc_aead_setkey() 567 ctx->hash_ctx, ctx->hash_key_len); in spacc_aead_submit()
|
Completed in 8 milliseconds