/freebsd/usr.sbin/wpa/src/crypto/ |
H A D | Makefile | 18 sha384-prf.c \ 19 sha384-tlsprf.c \ 111 SRCS+= sha384.c 113 SRCS+= sha384-internal.c \ 114 sha384-prf.c \ 115 sha384-tlsprf.c
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_xref.txt | 11 sha384WithRSAEncryption sha384 rsaEncryption 41 ecdsa_with_SHA384 sha384 X9_62_id_ecPublicKey 59 dhSinglePass_stdDH_sha384kdf_scheme sha384 dh_std_kdf 65 dhSinglePass_cofactorDH_sha384kdf_scheme sha384 dh_cofactor_kdf
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | Makefile | 43 sha384.o \ 44 sha384-prf.o \ 45 sha384-internal.o \
|
H A D | crypto_internal.c | 28 struct sha384_state sha384; member 67 sha384_init(&ctx->u.sha384); in crypto_hash_init() 165 sha384_process(&ctx->u.sha384, data, len); in crypto_hash_update() 230 sha384_done(&ctx->u.sha384, mac); in crypto_hash_finish()
|
/freebsd/sbin/md5/ |
H A D | Makefile | 13 ${BINDIR}/md5 ${BINDIR}/sha384 \ 37 md5.1 sha384.1 \
|
/freebsd/lib/libmd/tests/ |
H A D | Makefile | 11 MDTESTS_sha= sha0 sha1 sha224 sha256 sha384 sha512 sha512t224 sha512t256 139 sha384.ref:
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 138 ENCODE_DIGESTINFO_SHA(sha384, 0x02, SHA384_DIGEST_LENGTH) 176 MD_CASE(sha384) in ossl_rsa_digestinfo_encoding() 216 MD_NID_CASE(sha384, SHA384_DIGEST_LENGTH) in digest_sz_from_nid()
|
/freebsd/sbin/md5/tests/ |
H A D | algorithms.txt | 6 sha384
|
/freebsd/lib/libmd/ |
H A D | Makefile | 17 INCS= md4.h md5.h ripemd.h sha.h sha224.h sha256.h sha384.h sha512.h \ 53 MLINKS+=sha512.3 SHA384_Data.3 sha512.3 sha384.3 83 sha384hl.c sha384.ref \
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | der_dsa_sig.c | 36 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_DSA_with_MD()
|
H A D | der_ec_sig.c | 37 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
|
H A D | der_rsa_sig.c | 50 MD_with_RSA_CASE(sha384, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption()
|
H A D | DSA.asn1 | 30 id-dsa-with-sha384 OBJECT IDENTIFIER ::= { sigAlgs 3 }
|
H A D | DIGESTS.asn1 | 29 id-sha384 OBJECT IDENTIFIER ::= { hashAlgs 2 }
|
/freebsd/crypto/libecc/src/hash/ |
H A D | meson.build | 19 'sha384.c',
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha384.h | 76 ATTRIBUTE_WARN_UNUSED_RET int sha384(const u8 *input, u32 ilen, u8 output[SHA384_DIGEST_SIZE]);
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 77 IMPLEMENT_digest_functions(sha384, SHA512_CTX,
|
/freebsd/crypto/openssl/demos/certs/apps/ |
H A D | mkxcerts.sh | 29 -days 3650 -sha384
|
/freebsd/contrib/ldns/ |
H A D | dnssec_zone.c | 1678 ldns_rr *sha384 = NULL; local 1692 && !(sha384 = new_zonemd(soa, ZONEMD_HASH_SHA384))) 1700 && !ldns_rr_list_push_rr(rr_list, sha384)) 1706 sha384 = NULL; /* deleted by ldns_rr_list_deep_free */ 1710 if (sha384) 1711 ldns_sha384_final( ldns_rdf_data(ldns_rr_rdf(sha384,3)) 1720 if (sha384) 1721 ldns_rr_free(sha384);
|
/freebsd/crypto/openssl/test/ |
H A D | CAtsa.cnf | 138 digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory) 164 digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory)
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry_private.h | 56 unsigned char sha384[48]; member
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | conf.sh | 46 hmac/sha384 hmac/sha512; do
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | multihash.c | 37 br_sha384_context sha384; member
|
/freebsd/secure/lib/libpkgecc/ |
H A D | Makefile | 76 sha384.c \
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_sha.c | 59 IMPLEMENT_LEGACY_EVP_MD_METH(sha384, SHA384) in IMPLEMENT_LEGACY_EVP_MD_METH()
|