Searched defs:hash_ctx (Results 1 – 6 of 6) sorted by relevance
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | libcr51sign_support.h | 31 struct hash_ctx struct 33 enum hash_type hash_type; 35 {
|
/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 | 39 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
|