/third_party/node/test/parallel/ |
H A D | test-crypto-hmac.js | 129 sha384: 147 sha384: 166 sha384: 186 sha384: 203 sha384: '3abf34c3503b2a23a46efc619baef897', 224 sha384: 255 sha384:
|
H A D | test-crypto-binary-default.js | 84 sha384: 102 sha384: 121 sha384: 141 sha384: 157 sha384: '3abf34c3503b2a23a46efc619baef897', 178 sha384: 209 sha384:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | Makefile | 54 sha384.o \ 55 sha384-prf.o \ 56 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()
|
/third_party/python/Lib/test/ |
H A D | test_hmac.py | 227 hashlib.sha384: 'afd03944d84895626b0825f4ab46907f' 244 hashlib.sha384: 'af45d2e376484031617f78d2b58a6b1b' 261 hashlib.sha384: '88062608d3e6ad8a0aa2ace014c8a86f' 278 hashlib.sha384: '3e8a69b7783c25851933ab6290af6ca7' 296 hashlib.sha384: '4ece084485813e9088d2c63a041bc5b4' 317 hashlib.sha384: '6617178e941f020d351e2f254e8fd32c' 334 @hashlib_helper.requires_hashdigest('sha384', openssl=True) 336 self._rfc4231_test_cases(hashlib.sha384, 'sha384', 48, 128)
|
/third_party/node/deps/openssl/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()
|
/third_party/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()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 792 ctx.set_signature_md(Md::sha384()).unwrap(); in rsa_sign() 795 let digest = hash(MessageDigest::sha384(), msg).unwrap(); in rsa_sign() 799 let mut verifier = Verifier::new(MessageDigest::sha384(), &pkey).unwrap(); in rsa_sign() 813 ctx.set_signature_md(Md::sha384()).unwrap(); in rsa_sign_pss() 817 let digest = hash(MessageDigest::sha384(), msg).unwrap(); in rsa_sign_pss() 821 let mut verifier = Verifier::new(MessageDigest::sha384(), &pkey).unwrap(); in rsa_sign_pss()
|
H A D | sha.rs | 84 pub fn sha384(data: &[u8]) -> [u8; 48] { in sha384() functions 425 assert_eq!(hex::encode(&sha384(data)[..]), expected); in standalone_384()
|
H A D | md.rs | 144 pub fn sha384() -> &'static MdRef { in sha384() functions
|
/third_party/node/deps/openssl/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()
|
/third_party/openssl/providers/common/der/ |
H A D | der_ec_sig.c | 37 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
|
H A D | der_dsa_sig.c | 36 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_DSA_with_MD()
|
H A D | der_rsa_sig.c | 50 MD_with_RSA_CASE(sha384, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption()
|
/third_party/node/lib/internal/crypto/ |
H A D | hashnames.js | 37 sha384: { 38 [kHashContextNode]: 'sha384',
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 77 IMPLEMENT_digest_functions(sha384, SHA512_CTX,
|
/third_party/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 77 IMPLEMENT_digest_functions(sha384, SHA512_CTX,
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | crypto_data_tests.py | 56 'PSA_ALG_SHA_384': lambda data: hashlib.sha384(data).hexdigest(),
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | legacy_sha.c | 59 IMPLEMENT_LEGACY_EVP_MD_METH(sha384, SHA384)
|
/third_party/openssl/crypto/evp/ |
H A D | legacy_sha.c | 59 IMPLEMENT_LEGACY_EVP_MD_METH(sha384, SHA384)
|
/third_party/node/deps/npm/lib/utils/ |
H A D | sbom-cyclonedx.js | 25 sha384: 'SHA-384',
|