Searched defs:hash_ctx (Results 1 – 8 of 8) sorted by relevance
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | libcr51sign_support.h | 28 struct hash_ctx struct 30 enum hash_type hash_type; 32 {
|
/openbmc/linux/crypto/ |
H 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
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 82 static int caam_hash_update(void *hash_ctx, const void *buf, in caam_hash_update() 128 static int caam_hash_finish(void *hash_ctx, void *dest_buf, in caam_hash_finish()
|
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_hace_v1.c | 196 int hw_sha_update(struct hash_algo *algo, void *hash_ctx, const void *buf, in hw_sha_update() 219 int hw_sha_finish(struct hash_algo *algo, void *hash_ctx, void *dest_buf, int size) in hw_sha_finish()
|
H A D | aspeed_hace.c | 202 int hw_sha_update(struct hash_algo *algo, void *hash_ctx, const void *buf, in hw_sha_update() 248 int hw_sha_finish(struct hash_algo *algo, void *hash_ctx, void *dest_buf, int size) in hw_sha_finish()
|
/openbmc/qemu/include/hw/misc/ |
H A D | aspeed_hace.h | 41 QCryptoHash *hash_ctx; member
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 527 sha1_context hash_ctx; in create_request_auth() local 591 sha1_context hash_ctx; in verify_response_auth() local
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 79 struct ocs_hcu_hash_ctx hash_ctx; member
|