Searched refs:SHA384_DIGEST_LENGTH (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha384.h | 37 #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 D | sha512c.c | 456 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 D | sha384.h | 37 #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 D | sha512c.c | 460 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 D | mac_veriexec_sha384.c | 38 MAC_VERIEXEC_FPMOD(SHA384, SHA384_DIGEST_LENGTH, sizeof(SHA384_CTX),
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl_sha512.c | 47 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 D | sha2.h | 40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | sha2.h | 40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | sha2.h | 40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
|
| /f-stack/freebsd/security/mac_veriexec_parser/ |
| H A D | mac_veriexec_parser.c | 62 #if MAXFINGERPRINTLEN >= SHA384_DIGEST_LENGTH 63 {"sha384=", SHA384_DIGEST_LENGTH},
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | sha2_mod.c | 456 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()
|