Home
last modified time | relevance | path

Searched refs:br_sha256_SIZE (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libsecureboot/
H A Dpass_manifest.c37 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 Dvets.c608 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 Dverify_file.c617 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 Dvepcr.c67 pcr_hlen = br_sha256_SIZE; in ve_pcr_init()
H A Dvectx.c149 hashsz = br_sha256_SIZE; in vectx_open()
H A Dveopen.c360 hlen = br_sha256_SIZE; in verify_fingerprint()
/freebsd/contrib/bearssl/src/hash/
H A Ddig_size.c41 return br_sha256_SIZE; in br_digest_size_by_ID()
/freebsd/sbin/veriexec/
H A Dmanifest_parser.y55 # define SHA256_DIGEST_LENGTH br_sha256_SIZE
/freebsd/lib/libsecureboot/efi/
H A Defi_variables.c205 hash_size = br_sha256_SIZE; in efi_get_forbidden_digests()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h662 #define br_sha256_SIZE 32 macro
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_sig.c339 mlen = br_sha256_SIZE;