Searched refs:hash_calculate (Results 1 – 8 of 8) sorted by relevance
| /u-boot/boot/ |
| A D | image-sig.c | 25 .calculate = hash_calculate, 32 .calculate = hash_calculate, 40 .calculate = hash_calculate, 49 .calculate = hash_calculate,
|
| /u-boot/tools/ |
| A D | image-sig-host.c | 22 .calculate = hash_calculate, 30 .calculate = hash_calculate, 38 .calculate = hash_calculate, 46 .calculate = hash_calculate,
|
| /u-boot/include/u-boot/ |
| A D | hash-checksum.h | 26 int hash_calculate(const char *name,
|
| /u-boot/lib/ |
| A D | hash-checksum.c | 19 int hash_calculate(const char *name, in hash_calculate() function
|
| /u-boot/lib/crypto/ |
| A D | pkcs7_verify.c | 94 hash_calculate(sinfo->sig->hash_algo, regions, 1, sig->digest); in pkcs7_digest() 138 hash_calculate(sinfo->sig->hash_algo, regions, 2, sig->digest); in pkcs7_digest()
|
| A D | x509_public_key.c | 89 hash_calculate(sig->hash_algo, ®ion, 1, sig->digest); in x509_get_sig_params()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_tcg2.c | 921 hash_calculate("sha1", regs->reg, regs->num, hash); in tcg2_hash_pe_image() 924 hash_calculate("sha256", regs->reg, regs->num, hash); in tcg2_hash_pe_image() 927 hash_calculate("sha384", regs->reg, regs->num, hash); in tcg2_hash_pe_image() 930 hash_calculate("sha512", regs->reg, regs->num, hash); in tcg2_hash_pe_image()
|
| A D | efi_signature.c | 148 ret = hash_calculate(hash_algo, regs, count, *hash); in efi_hash_regions()
|
Completed in 19 milliseconds