Searched refs:hash_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/ux500/hash/ |
| A D | hash_core.c | 135 struct hash_ctx *ctx = data; in hash_dma_callback() 186 static void hash_dma_done(struct hash_ctx *ctx) in hash_dma_done() 196 static int hash_dma_write(struct hash_ctx *ctx, in hash_dma_write() 472 struct hash_ctx *ctx) in init_hash_hw() 1503 struct hash_ctx *ctx = crypto_tfm_ctx(tfm); in hash_cra_init() 1541 .cra_ctxsize = sizeof(struct hash_ctx), 1564 .cra_ctxsize = sizeof(struct hash_ctx), 1588 .cra_ctxsize = sizeof(struct hash_ctx), 1612 .cra_ctxsize = sizeof(struct hash_ctx), 1858 struct hash_ctx *temp_ctx = NULL; in ux500_hash_suspend() [all …]
|
| A D | hash_alg.h | 328 struct hash_ctx { struct 370 struct hash_ctx *current_ctx; 385 void hash_begin(struct hash_device_data *device_data, struct hash_ctx *ctx);
|
| /linux/crypto/ |
| 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() argument 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 *ctx; in hash_accept_parent_nokey()
|
| /linux/drivers/crypto/keembay/ |
| A 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()
|
Completed in 14 milliseconds