Searched refs:hash_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dalgif_hash.c19 struct hash_ctx { struct
32 static int hash_alloc_result(struct sock *sk, struct hash_ctx *ctx)
50 static void hash_free_result(struct sock *sk, struct hash_ctx *ctx)
68 struct hash_ctx *ctx = ask->private;
184 struct hash_ctx *ctx = ask->private;
231 struct hash_ctx *ctx = ask->private;
236 struct hash_ctx *ctx2;
405 struct hash_ctx *ctx = ask->private;
416 struct hash_ctx *ctx;
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c61 * @hash_ctx: OCS HCU hashing context.
79 struct ocs_hcu_hash_ctx hash_ctx; member in struct:ocs_hcu_rctx
463 rc = ocs_hcu_hash_update(hcu_dev, &rctx->hash_ctx,
502 rc = ocs_hcu_hash_finup(hcu_dev, &rctx->hash_ctx,
513 rc = ocs_hcu_hash_final(hcu_dev, &rctx->hash_ctx, req->result,
606 ocs_hcu_hash_init(&rctx->hash_ctx, rctx->algo);

Completed in 218 milliseconds