Home
last modified time | relevance | path

Searched refs:NID_sha512 (Results 1 – 24 of 24) sorted by relevance

/third_party/openssl/test/
Decdsatest.h548 {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 …]
Dsslapitest.c1892 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/
Dobj_xref.h38 {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,
Dobj_dat.h1757 {"SHA512", "sha512", NID_sha512, 9, &so[4562]},
/third_party/libwebsockets/lib/tls/openssl/
Dlws-gencrypto.c56 h = NID_sha512; in lws_gencrypto_openssl_hash_to_NID()
/third_party/openssl/crypto/rsa/
Drsa_x931.c112 case NID_sha512: in RSA_X931_hash_id()
Drsa_pmeth.c376 case NID_sha512: in check_padding_md()
Drsa_ameth.c880 if ((mdnid == NID_sha256 || mdnid == NID_sha384 || mdnid == NID_sha512) in rsa_sig_info_set()
/third_party/openssl/ssl/
Ds3_cbc.c99 case NID_sha512: in ssl3_cbc_record_digest_supported()
217 case NID_sha512: in ssl3_cbc_digest_record()
Dt1_lib.c695 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,
Dssl_ciph.c113 {0, NID_sha512} /* SSL_MD_SHA512_IDX 11 */
Dssl_lib.c129 DANETLS_MATCHING_2512, 2, NID_sha512
/third_party/openssl/crypto/evp/
Dm_sha1.c281 NID_sha512,
Devp_pbe.c70 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
/third_party/openssl/engines/
De_ossltest.c171 if ((md = EVP_MD_meth_new(NID_sha512, NID_sha512WithRSAEncryption)) == NULL in digest_sha512()
405 case NID_sha512: in ossltest_digests()
De_capi.c848 case NID_sha512: in capi_rsa_sign()
/third_party/openssl/crypto/x509/
Dx509_set.c229 case NID_sha512: in x509_sig_info_init()
/third_party/openssl/crypto/dsa/
Ddsa_pmeth.c141 EVP_MD_type((const EVP_MD *)p2) != NID_sha512 && in pkey_dsa_ctrl()
/third_party/openssl/doc/man3/
DSSL_CTX_set1_sigalgs.pod74 NID_sha512 digest NIDs are supported and the public key algorithm NIDs
/third_party/openssl/crypto/ec/
Dec_pmeth.c326 EVP_MD_type((const EVP_MD *)p2) != NID_sha512 && in pkey_ec_ctrl()
/third_party/openssl/crypto/engine/
Deng_devcrypto.c491 { NID_sha512, SHA512_CBLOCK, 512 / 8, CRYPTO_SHA2_512 },
/third_party/openssl/crypto/asn1/
Dasn_mime.c193 case NID_sha512: in asn1_write_micalg()
/third_party/python/Modules/
D_hashopenssl.c121 PY_HASH_ENTRY(Py_hash_sha512, "SHA512", SN_sha512, NID_sha512),
/third_party/openssl/include/openssl/
Dobj_mac.h2906 #define NID_sha512 674 macro