Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_support.h28 struct hash_ctx struct
30 enum hash_type hash_type;
32 {
/openbmc/linux/crypto/
H A Dalgif_hash.c19 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 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.h41 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
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c79 struct ocs_hcu_hash_ctx hash_ctx; member