Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/sha2/
H A Dsha384.h37 #define SHA384_DIGEST_LENGTH 48 macro
38 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
83 void SHA384_Final(unsigned char [__min_size(SHA384_DIGEST_LENGTH)],
H A Dsha512c.c456 SHA384_Final(unsigned char digest[static SHA384_DIGEST_LENGTH], SHA384_CTX *ctx) in SHA384_Final() argument
463 be64enc_vect(digest, ctx->state, SHA384_DIGEST_LENGTH); in SHA384_Final()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha384.h37 #define SHA384_DIGEST_LENGTH 48 macro
38 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
83 void SHA384_Final(unsigned char [__min_size(SHA384_DIGEST_LENGTH)],
H A Dsha512c.c460 SHA384_Final(unsigned char digest[static SHA384_DIGEST_LENGTH], SHA384_CTX *ctx) in SHA384_Final() argument
467 be64enc_vect(digest, ctx->state, SHA384_DIGEST_LENGTH); in SHA384_Final()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha384.c38 MAC_VERIEXEC_FPMOD(SHA384, SHA384_DIGEST_LENGTH, sizeof(SHA384_CTX),
/f-stack/freebsd/crypto/openssl/
H A Dossl_sha512.c47 c->md_len = SHA384_DIGEST_LENGTH; in ossl_sha384_init()
151 case SHA384_DIGEST_LENGTH: in ossl_sha512_final()
152 for (n = 0; n < SHA384_DIGEST_LENGTH / 8; n++) { in ossl_sha512_final()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
/f-stack/freebsd/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c62 #if MAXFINGERPRINTLEN >= SHA384_DIGEST_LENGTH
63 {"sha384=", SHA384_DIGEST_LENGTH},
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c456 sha_digest_len = SHA384_DIGEST_LENGTH; in sha2_digest()
573 sha_digest_len = SHA384_DIGEST_LENGTH; in sha2_digest_final()
889 sha_digest_len = digest_len = SHA384_DIGEST_LENGTH; in sha2_mac_final()
1082 SHA384_DIGEST_LENGTH); in sha2_mac_atomic()
1223 SHA384_DIGEST_LENGTH); in sha2_mac_verify_atomic()