Home
last modified time | relevance | path

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

12

/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 …]
Dpkcs12_format_test.c292 NID_sha512,
/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.h1796 {"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/providers/common/
Ddigest_to_nid.c47 { NID_sha512, OSSL_DIGEST_NAME_SHA2_512 }, in ossl_digest_get_approved_nid()
/third_party/openssl/crypto/rsa/
Drsa_schemes.c60 { NID_sha512, OSSL_DIGEST_NAME_SHA2_512 },
Drsa_x931.c118 case NID_sha512: in RSA_X931_hash_id()
Drsa_pmeth.c403 case NID_sha512: in check_padding_md()
Drsa_ameth.c683 if ((mdnid == NID_sha256 || mdnid == NID_sha384 || mdnid == NID_sha512) in rsa_sig_info_set()
/third_party/openssl/crypto/evp/
Dlegacy_sha.c178 NID_sha512,
Devp_pbe.c74 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
/third_party/openssl/crypto/x509/
Dx509_set.c265 case NID_sha512: in x509_sig_info_init()
/third_party/openssl/crypto/dsa/
Ddsa_pmeth.c157 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha512 && in pkey_dsa_ctrl()
/third_party/openssl/engines/
De_ossltest.c188 if ((md = EVP_MD_meth_new(NID_sha512, NID_sha512WithRSAEncryption)) == NULL in digest_sha512()
514 case NID_sha512: in ossltest_digests()
De_devcrypto.c706 { NID_sha512, SHA512_CBLOCK, 512 / 8, CRYPTO_SHA2_512 },
De_capi.c861 case NID_sha512: in capi_rsa_sign()
/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.c363 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha512 && in pkey_ec_ctrl()
/third_party/openssl/ssl/
Dt1_lib.c1036 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,
Dssl_ciph.c83 {0, NID_sha512}, /* SSL_MD_SHA512_IDX 11 */
/third_party/openssl/crypto/asn1/
Dasn_mime.c201 case NID_sha512: in asn1_write_micalg()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dobj_mac.rs624 pub const NID_sha512: c_int = 674; constant
/third_party/python/Modules/
D_hashopenssl.c121 PY_HASH_ENTRY(Py_hash_sha512, "SHA512", SN_sha512, NID_sha512),
/third_party/openssl/ssl/record/
Dssl3_record.c1290 case NID_sha512: in ssl3_cbc_record_digest_supported()

12