Home
last modified time | relevance | path

Searched refs:br_sha384_SIZE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bearssl/src/hash/
H A Ddig_size.c43 return br_sha384_SIZE; in br_digest_size_by_ID()
/freebsd/lib/libsecureboot/
H A Dvets.c603 unsigned char sha384_digest[br_sha384_SIZE]; in check_forbidden_digests()
644 case br_sha384_SIZE: in check_forbidden_digests()
654 br_sha384_SIZE)) in check_forbidden_digests()
H A Dvectx.c160 hashsz = br_sha384_SIZE; in vectx_open()
H A Dveopen.c371 hlen = br_sha384_SIZE; in verify_fingerprint()
/freebsd/sbin/veriexec/
H A Dmanifest_parser.y56 # define SHA384_DIGEST_LENGTH br_sha384_SIZE
/freebsd/lib/libsecureboot/efi/
H A Defi_variables.c208 hash_size = br_sha384_SIZE; in efi_get_forbidden_digests()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h769 #define br_sha384_SIZE 48 macro