Home
last modified time | relevance | path

Searched refs:br_sha1_SIZE (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/bearssl/src/hash/
H A Ddig_size.c33 return br_md5_SIZE + br_sha1_SIZE; in br_digest_size_by_ID()
37 return br_sha1_SIZE; in br_digest_size_by_ID()
/freebsd/lib/libsecureboot/
H A Dverify_file.c669 case br_sha1_SIZE: in hash_string()
676 if (bufsz < br_sha1_SIZE) in hash_string()
679 bufsz = br_sha1_SIZE; in hash_string()
H A Dvectx.c154 hashsz = br_sha1_SIZE; in vectx_open()
H A Dveopen.c365 hlen = br_sha1_SIZE; in verify_fingerprint()
H A Dvets.c907 hlen = br_sha1_SIZE; in verify_rsa()
/freebsd/sbin/veriexec/
H A Dmanifest_parser.y54 # define SHA_DIGEST_LENGTH br_sha1_SIZE
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h471 #define br_sha1_SIZE 20 macro
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c100 mlen = br_sha1_SIZE; in decode_key()
H A Dopgp_sig.c334 mlen = br_sha1_SIZE;