/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 | sslapitest.c | 1892 static const int validlist2[] = {NID_sha256, EVP_PKEY_RSA, NID_sha512, EVP_PKEY_EC}; 1893 static const int validlist3[] = {NID_sha512, EVP_PKEY_EC};
|
/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 | 1757 {"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/crypto/rsa/ |
D | rsa_x931.c | 112 case NID_sha512: in RSA_X931_hash_id()
|
D | rsa_pmeth.c | 376 case NID_sha512: in check_padding_md()
|
D | rsa_ameth.c | 880 if ((mdnid == NID_sha256 || mdnid == NID_sha384 || mdnid == NID_sha512) in rsa_sig_info_set()
|
/third_party/openssl/ssl/ |
D | s3_cbc.c | 99 case NID_sha512: in ssl3_cbc_record_digest_supported() 217 case NID_sha512: in ssl3_cbc_digest_record()
|
D | t1_lib.c | 695 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_EC, SSL_PKEY_ECC, 717 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA, 726 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN, 735 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA, SSL_PKEY_RSA, 751 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
|
D | ssl_ciph.c | 113 {0, NID_sha512} /* SSL_MD_SHA512_IDX 11 */
|
D | ssl_lib.c | 129 DANETLS_MATCHING_2512, 2, NID_sha512
|
/third_party/openssl/crypto/evp/ |
D | m_sha1.c | 281 NID_sha512,
|
D | evp_pbe.c | 70 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
|
/third_party/openssl/engines/ |
D | e_ossltest.c | 171 if ((md = EVP_MD_meth_new(NID_sha512, NID_sha512WithRSAEncryption)) == NULL in digest_sha512() 405 case NID_sha512: in ossltest_digests()
|
D | e_capi.c | 848 case NID_sha512: in capi_rsa_sign()
|
/third_party/openssl/crypto/x509/ |
D | x509_set.c | 229 case NID_sha512: in x509_sig_info_init()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_pmeth.c | 141 EVP_MD_type((const EVP_MD *)p2) != NID_sha512 && in pkey_dsa_ctrl()
|
/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 | 326 EVP_MD_type((const EVP_MD *)p2) != NID_sha512 && in pkey_ec_ctrl()
|
/third_party/openssl/crypto/engine/ |
D | eng_devcrypto.c | 491 { NID_sha512, SHA512_CBLOCK, 512 / 8, CRYPTO_SHA2_512 },
|
/third_party/openssl/crypto/asn1/ |
D | asn_mime.c | 193 case NID_sha512: in asn1_write_micalg()
|
/third_party/python/Modules/ |
D | _hashopenssl.c | 121 PY_HASH_ENTRY(Py_hash_sha512, "SHA512", SN_sha512, NID_sha512),
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 2906 #define NID_sha512 674 macro
|