Home
last modified time | relevance | path

Searched refs:SSL_SIGN_RSA_PKCS1_SHA1 (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DSSLUtilsTest.java164 new int[] { NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1, in testGetSupportedClientKeyTypes_ordered()
171 NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1 })); in testGetSupportedClientKeyTypes_ordered()
178 NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1 })); in testGetSupportedClientKeyTypes_ordered()
184 NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1, in testGetSupportedClientKeyTypes_ordered()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DSSLUtilsTest.java168 new int[] { NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1, in testGetSupportedClientKeyTypes_ordered()
175 NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1 })); in testGetSupportedClientKeyTypes_ordered()
182 NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1 })); in testGetSupportedClientKeyTypes_ordered()
188 NativeConstants.SSL_SIGN_RSA_PKCS1_SHA1, in testGetSupportedClientKeyTypes_ordered()
/external/conscrypt/constants/src/gen/cpp/
Dgenerate_constants.cc92 CONST(SSL_SIGN_RSA_PKCS1_SHA1); in main()
/external/boringssl/src/ssl/
Dssl_privkey.cc107 {SSL_SIGN_RSA_PKCS1_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_sha1, false},
434 {SSL_SIGN_RSA_PKCS1_SHA1, "rsa_pkcs1_sha1"},
506 {EVP_PKEY_RSA, NID_sha1, SSL_SIGN_RSA_PKCS1_SHA1},
Dt1_lib.cc430 SSL_SIGN_RSA_PKCS1_SHA1,
460 SSL_SIGN_RSA_PKCS1_SHA1,
3704 static const uint16_t kDefaultPeerAlgorithms[] = {SSL_SIGN_RSA_PKCS1_SHA1, in tls1_get_peer_verify_algorithms()
/external/boringssl/src/include/openssl/
Dssl.h1003 #define SSL_SIGN_RSA_PKCS1_SHA1 0x0201 macro