Searched refs:ocs_hcu_hash_ctx (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-hcu.h | 66 struct ocs_hcu_hash_ctx { struct 83 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo); argument 86 struct ocs_hcu_hash_ctx *ctx, 90 const struct ocs_hcu_hash_ctx *ctx, 95 const struct ocs_hcu_hash_ctx *ctx, u8 *dgst,
|
H A D | ocs-hcu.c | 586 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo) in ocs_hcu_hash_init() 608 struct ocs_hcu_hash_ctx *ctx, in ocs_hcu_hash_update() 645 const struct ocs_hcu_hash_ctx *ctx, in ocs_hcu_hash_finup() 682 const struct ocs_hcu_hash_ctx *ctx, u8 *dgst, in ocs_hcu_hash_final()
|
H A D | keembay-ocs-hcu-core.c | 79 struct ocs_hcu_hash_ctx hash_ctx;
|