Home
last modified time | relevance | path

Searched defs:hash_ctx (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_support.h31 struct hash_ctx struct
33 enum hash_type hash_type;
35 {
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c82 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 Daspeed_hace_v1.c196 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 Daspeed_hace.c202 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 Daspeed_hace.h39 QCryptoHash *hash_ctx; member
/openbmc/u-boot/lib/
H A Dtpm-v1.c527 sha1_context hash_ctx; in create_request_auth() local
591 sha1_context hash_ctx; in verify_response_auth() local