Searched refs:efi_hash_regions (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_signature.c117 * efi_hash_regions - calculate a hash value
127 bool efi_hash_regions(struct image_region *regs, int count, function
234 * We could check size and hash_algo but efi_hash_regions()
238 !efi_hash_regions(regs->reg, regs->num, &hash, hash_algo,
305 if (!efi_hash_regions(reg, 1, &hash, hash_algo, &len))
327 if (!efi_hash_regions(reg, 1, &hash_tmp, hash_algo,
447 if (!efi_hash_regions(reg, 1, &hash, hash_algo, &len))
529 !efi_hash_regions(regs->reg, regs->num,
H A Defi_image_loader.c553 if (!efi_hash_regions(regs->reg, regs->num, &hash, ctx.digest_algo,
/u-boot/include/
H A Defi_loader.h1024 bool efi_hash_regions(struct image_region *regs, int count,

Completed in 74 milliseconds