Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/common/
H A Dhash.c216 .hash_init = hw_sha_init,
220 .hash_init = hash_init_sha1,
237 .hash_init = hw_sha_init,
241 .hash_init = hash_init_sha256,
258 .hash_init = hw_sha_init,
262 .hash_init = hash_init_sha384,
279 .hash_init = hw_sha_init,
283 .hash_init = hash_init_sha512,
294 .hash_init = hash_init_crc16_ccitt,
303 .hash_init = hash_init_crc32,
[all …]
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_support.h48 int hash_init(const void* ctx, enum hash_type type);
H A Dlibcr51sign.h135 int (*hash_init)(const void*, enum hash_type); member
/openbmc/u-boot/include/
H A Dhash.h48 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
/openbmc/u-boot/lib/rsa/
H A Drsa-checksum.c32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md42 implementations of common functions like hash_init/final,
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c387 rv = intf->hash_init(ctx, ctx->descriptor.hash_type); in validate_payload_regions()
665 if (!intf->hash_init) in validate_signature()
676 rv = intf->hash_init(ctx, hash_type); in validate_signature()
H A Dlibcr51sign_support.c45 int hash_init(const void* ctx, enum hash_type type) in hash_init() function
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c498 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
546 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()