Searched refs:hash_init (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/common/ |
| H A D | hash.c | 216 .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 D | libcr51sign_support.h | 48 int hash_init(const void* ctx, enum hash_type type);
|
| H A D | libcr51sign.h | 135 int (*hash_init)(const void*, enum hash_type); member
|
| /openbmc/u-boot/include/ |
| H A D | hash.h | 48 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
|
| /openbmc/u-boot/lib/rsa/ |
| H A D | rsa-checksum.c | 32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
|
| /openbmc/google-misc/subprojects/libcr51sign/ |
| H A D | README.md | 42 implementations of common functions like hash_init/final,
|
| /openbmc/google-misc/subprojects/libcr51sign/src/ |
| H A D | libcr51sign.c | 387 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 D | libcr51sign_support.c | 45 int hash_init(const void* ctx, enum hash_type type) in hash_init() function
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | fsl_validate.c | 498 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash() 546 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
|