Searched refs:hash_ctx (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/drivers/crypto/ux500/hash/ |
| D | hash_core.c | 133 struct hash_ctx *ctx = data; in hash_dma_callback() 138 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() 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 hash_init() 742 void hash_begin(struct hash_device_data *device_data, struct hash_ctx *ctx) in hash_begin() 764 struct hash_ctx *ctx, struct hash_req_ctx *req_ctx, in hash_process_data() [all …]
|
| 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-v4.19/crypto/ |
| D | algif_hash.c | 24 struct hash_ctx { struct 37 static int hash_alloc_result(struct sock *sk, struct hash_ctx *ctx) in hash_alloc_result() argument 55 static void hash_free_result(struct sock *sk, struct hash_ctx *ctx) in hash_free_result() 74 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 141 struct hash_ctx *ctx = ask->private; in hash_sendpage() 193 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 240 struct hash_ctx *ctx = ask->private; in hash_accept() 245 struct hash_ctx *ctx2; in hash_accept() 424 struct hash_ctx *ctx = ask->private; in hash_sock_destruct() 435 struct hash_ctx *ctx; in hash_accept_parent_nokey()
|
| /Linux-v4.19/arch/x86/crypto/sha1-mb/ |
| D | sha1_mb.c | 81 *cast_hash_to_mcryptd_ctx(struct sha1_hash_ctx *hash_ctx) in cast_hash_to_mcryptd_ctx() argument 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx()
|
| /Linux-v4.19/arch/x86/crypto/sha256-mb/ |
| D | sha256_mb.c | 81 *cast_hash_to_mcryptd_ctx(struct sha256_hash_ctx *hash_ctx) in cast_hash_to_mcryptd_ctx() argument 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx()
|
| /Linux-v4.19/arch/x86/crypto/sha512-mb/ |
| D | sha512_mb.c | 81 *cast_hash_to_mcryptd_ctx(struct sha512_hash_ctx *hash_ctx) in cast_hash_to_mcryptd_ctx() argument 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx()
|
| /Linux-v4.19/drivers/crypto/ |
| D | picoxcell_crypto.c | 181 u8 hash_ctx[SPACC_CRYPTO_IPSEC_HASH_PG_SZ]; member 493 if (keys.authkeylen > sizeof(ctx->hash_ctx)) in spacc_aead_setkey() 499 memcpy(ctx->hash_ctx, keys.authkey, keys.authkeylen); in spacc_aead_setkey() 583 ctx->hash_ctx, ctx->hash_key_len); in spacc_aead_submit()
|