Searched refs:br_sha256_SIZE (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libsecureboot/ |
H A D | pass_manifest.c | 37 static char manifest_hash[2 * br_sha256_SIZE + 2]; 50 unsigned char digest[br_sha256_SIZE]; in pass_manifest() 102 hexdigest(manifest_hash, 2 * br_sha256_SIZE + 2, in pass_manifest() 103 digest, br_sha256_SIZE); in pass_manifest() 104 manifest_hash[2*br_sha256_SIZE] = '\0'; in pass_manifest()
|
H A D | vets.c | 608 unsigned char sha256_digest[br_sha256_SIZE]; in check_forbidden_digests() 636 case br_sha256_SIZE: in check_forbidden_digests() 646 br_sha256_SIZE)) in check_forbidden_digests() 810 hex = hexdigest(hexbuf, sizeof(hexbuf), rhbuf, br_sha256_SIZE); in verify_ec() 820 if (!vrfy(ec, rhbuf, br_sha256_SIZE, &pk->key.ec, po->data, in verify_ec() 913 hlen = br_sha256_SIZE; in verify_rsa()
|
H A D | verify_file.c | 617 char hexbuf[br_sha256_SIZE * 2 + 2]; in verify_pcr_export() 618 unsigned char hbuf[br_sha256_SIZE]; in verify_pcr_export() 672 case br_sha256_SIZE: in hash_string()
|
H A D | vepcr.c | 67 pcr_hlen = br_sha256_SIZE; in ve_pcr_init()
|
H A D | vectx.c | 149 hashsz = br_sha256_SIZE; in vectx_open()
|
H A D | veopen.c | 360 hlen = br_sha256_SIZE; in verify_fingerprint()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | dig_size.c | 41 return br_sha256_SIZE; in br_digest_size_by_ID()
|
/freebsd/sbin/veriexec/ |
H A D | manifest_parser.y | 55 # define SHA256_DIGEST_LENGTH br_sha256_SIZE
|
/freebsd/lib/libsecureboot/efi/ |
H A D | efi_variables.c | 205 hash_size = br_sha256_SIZE; in efi_get_forbidden_digests()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 662 #define br_sha256_SIZE 32 macro
|
/freebsd/lib/libsecureboot/openpgp/ |
H A D | opgp_sig.c | 339 mlen = br_sha256_SIZE;
|