Home
last modified time | relevance | path

Searched refs:sha384 (Results 1 - 25 of 36) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-crypto-hmac.js129 sha384:
147 sha384:
166 sha384:
186 sha384:
203 sha384: '3abf34c3503b2a23a46efc619baef897',
224 sha384:
255 sha384:
H A Dtest-crypto-binary-default.js84 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 DMakefile43 sha384.o \
44 sha384-prf.o \
45 sha384-internal.o \
H A Dcrypto_internal.c28 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 DMakefile54 sha384.o \
55 sha384-prf.o \
56 sha384-internal.o \
H A Dcrypto_internal.c28 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 Dtest_hmac.py227 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 Drsa_sign.c138 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 Drsa_sign.c138 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 Dpkey_ctx.rs792 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 Dsha.rs84 pub fn sha384(data: &[u8]) -> [u8; 48] { in sha384() functions
425 assert_eq!(hex::encode(&sha384(data)[..]), expected); in standalone_384()
H A Dmd.rs144 pub fn sha384() -> &'static MdRef { in sha384() functions
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Dder_dsa_sig.c36 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_DSA_with_MD()
H A Dder_ec_sig.c37 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
H A Dder_rsa_sig.c50 MD_with_RSA_CASE(sha384, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption()
/third_party/openssl/providers/common/der/
H A Dder_ec_sig.c37 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
H A Dder_dsa_sig.c36 MD_CASE(sha384); in ossl_DER_w_algorithmIdentifier_DSA_with_MD()
H A Dder_rsa_sig.c50 MD_with_RSA_CASE(sha384, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption()
/third_party/node/lib/internal/crypto/
H A Dhashnames.js37 sha384: {
38 [kHashContextNode]: 'sha384',
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha2_prov.c77 IMPLEMENT_digest_functions(sha384, SHA512_CTX,
/third_party/openssl/providers/implementations/digests/
H A Dsha2_prov.c77 IMPLEMENT_digest_functions(sha384, SHA512_CTX,
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_data_tests.py56 'PSA_ALG_SHA_384': lambda data: hashlib.sha384(data).hexdigest(),
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_sha.c59 IMPLEMENT_LEGACY_EVP_MD_METH(sha384, SHA384)
/third_party/openssl/crypto/evp/
H A Dlegacy_sha.c59 IMPLEMENT_LEGACY_EVP_MD_METH(sha384, SHA384)
/third_party/node/deps/npm/lib/utils/
H A Dsbom-cyclonedx.js25 sha384: 'SHA-384',

Completed in 10 milliseconds

12