Home
last modified time | relevance | path

Searched refs:hash_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c148 struct hash_ctx *ctx = data; in hash_dma_callback()
153 static int hash_set_dma_transfer(struct hash_ctx *ctx, struct scatterlist *sg, in hash_set_dma_transfer()
200 static void hash_dma_done(struct hash_ctx *ctx) in hash_dma_done()
210 static int hash_dma_write(struct hash_ctx *ctx, in hash_dma_write()
236 struct hash_ctx *ctx = device_data->current_ctx; in get_empty_message_digest()
380 static int hash_get_device_data(struct hash_ctx *ctx, in hash_get_device_data()
486 struct hash_ctx *ctx) in init_hash_hw()
567 struct hash_ctx *ctx = crypto_ahash_ctx(tfm); in hash_init()
757 void hash_begin(struct hash_device_data *device_data, struct hash_ctx *ctx) in hash_begin()
779 struct hash_ctx *ctx, struct hash_req_ctx *req_ctx, in hash_process_data()
[all …]
Dhash_alg.h328 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-4.1.27/crypto/
Dalgif_hash.c24 struct hash_ctx { struct
48 struct hash_ctx *ctx = ask->private; in hash_sendmsg() argument
109 struct hash_ctx *ctx = ask->private; in hash_sendpage()
154 struct hash_ctx *ctx = ask->private; in hash_recvmsg()
185 struct hash_ctx *ctx = ask->private; in hash_accept()
190 struct hash_ctx *ctx2; in hash_accept()
387 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
397 struct hash_ctx *ctx; in hash_accept_parent_nokey()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c83 …ic inline struct mcryptd_hash_request_ctx *cast_hash_to_mcryptd_ctx(struct sha1_hash_ctx *hash_ctx) in cast_hash_to_mcryptd_ctx() argument
87 desc = container_of((void *) hash_ctx, struct shash_desc, __ctx); in cast_hash_to_mcryptd_ctx()
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c172 u8 hash_ctx[SPACC_CRYPTO_IPSEC_HASH_PG_SZ]; member
507 if (keys.authkeylen > sizeof(ctx->hash_ctx)) in spacc_aead_setkey()
519 memcpy(ctx->hash_ctx, keys.authkey, keys.authkeylen); in spacc_aead_setkey()
609 ctx->hash_ctx, ctx->hash_key_len); in spacc_aead_submit()