Home
last modified time | relevance | path

Searched refs:digest_algo (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/crypto/
A Dmscode_parser.c85 ctx->digest_algo = "md4"; in mscode_note_digest_algo()
88 ctx->digest_algo = "md5"; in mscode_note_digest_algo()
91 ctx->digest_algo = "sha1"; in mscode_note_digest_algo()
94 ctx->digest_algo = "sha256"; in mscode_note_digest_algo()
97 ctx->digest_algo = "sha384"; in mscode_note_digest_algo()
100 ctx->digest_algo = "sha512"; in mscode_note_digest_algo()
103 ctx->digest_algo = "sha224"; in mscode_note_digest_algo()
/u-boot/include/crypto/
A Dmscode.h29 const char *digest_algo; /* Digest algorithm */ member
/u-boot/lib/efi_loader/
A Defi_image_loader.c554 if (!efi_hash_regions(regs->reg, regs->num, &hash, ctx.digest_algo, in efi_image_verify_digest()

Completed in 9 milliseconds