/third_party/openssl/test/ |
D | ecdsatest.h | 548 {NID_secp224r1, NID_sha512, 559 {NID_secp224r1, NID_sha512, 570 {NID_secp224r1, NID_sha512, 581 {NID_secp224r1, NID_sha512, 592 {NID_secp224r1, NID_sha512, 603 {NID_secp224r1, NID_sha512, 614 {NID_secp224r1, NID_sha512, 625 {NID_secp224r1, NID_sha512, 636 {NID_secp224r1, NID_sha512, 647 {NID_secp224r1, NID_sha512, [all …]
|
D | pkcs12_format_test.c | 292 NID_sha512,
|
/third_party/openssl/crypto/objects/ |
D | obj_xref.h | 38 {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption}, 45 {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey}, 61 {NID_dhSinglePass_stdDH_sha512kdf_scheme, NID_sha512, NID_dh_std_kdf}, 70 {NID_dhSinglePass_cofactorDH_sha512kdf_scheme, NID_sha512,
|
D | obj_dat.h | 1796 {"SHA512", "sha512", NID_sha512, 9, &so[4562]},
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-gencrypto.c | 56 h = NID_sha512; in lws_gencrypto_openssl_hash_to_NID()
|
/third_party/openssl/providers/common/ |
D | digest_to_nid.c | 47 { NID_sha512, OSSL_DIGEST_NAME_SHA2_512 }, in ossl_digest_get_approved_nid()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_schemes.c | 60 { NID_sha512, OSSL_DIGEST_NAME_SHA2_512 },
|
D | rsa_x931.c | 118 case NID_sha512: in RSA_X931_hash_id()
|
D | rsa_pmeth.c | 403 case NID_sha512: in check_padding_md()
|
D | rsa_ameth.c | 683 if ((mdnid == NID_sha256 || mdnid == NID_sha384 || mdnid == NID_sha512) in rsa_sig_info_set()
|
/third_party/openssl/crypto/evp/ |
D | legacy_sha.c | 178 NID_sha512,
|
D | evp_pbe.c | 74 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
|
/third_party/openssl/crypto/x509/ |
D | x509_set.c | 265 case NID_sha512: in x509_sig_info_init()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_pmeth.c | 157 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha512 && in pkey_dsa_ctrl()
|
/third_party/openssl/engines/ |
D | e_ossltest.c | 188 if ((md = EVP_MD_meth_new(NID_sha512, NID_sha512WithRSAEncryption)) == NULL in digest_sha512() 514 case NID_sha512: in ossltest_digests()
|
D | e_devcrypto.c | 706 { NID_sha512, SHA512_CBLOCK, 512 / 8, CRYPTO_SHA2_512 },
|
D | e_capi.c | 861 case NID_sha512: in capi_rsa_sign()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set1_sigalgs.pod | 74 NID_sha512 digest NIDs are supported and the public key algorithm NIDs
|
/third_party/openssl/crypto/ec/ |
D | ec_pmeth.c | 363 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha512 && in pkey_ec_ctrl()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 1036 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_EC, SSL_PKEY_ECC, 1057 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA, 1066 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN, 1075 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA, SSL_PKEY_RSA, 1090 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
|
D | ssl_ciph.c | 83 {0, NID_sha512}, /* SSL_MD_SHA512_IDX 11 */
|
/third_party/openssl/crypto/asn1/ |
D | asn_mime.c | 201 case NID_sha512: in asn1_write_micalg()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | obj_mac.rs | 624 pub const NID_sha512: c_int = 674; constant
|
/third_party/python/Modules/ |
D | _hashopenssl.c | 121 PY_HASH_ENTRY(Py_hash_sha512, "SHA512", SN_sha512, NID_sha512),
|
/third_party/openssl/ssl/record/ |
D | ssl3_record.c | 1290 case NID_sha512: in ssl3_cbc_record_digest_supported()
|