Searched refs:SSL_SIGN_RSA_PSS_RSAE_SHA512 (Results 1 – 4 of 4) sorted by relevance
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 102 CONST(SSL_SIGN_RSA_PSS_RSAE_SHA512); in main()
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 114 {SSL_SIGN_RSA_PSS_RSAE_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, true}, 444 {SSL_SIGN_RSA_PSS_RSAE_SHA512, "rsa_pss_rsae_sha512"}, 512 {EVP_PKEY_RSA_PSS, NID_sha512, SSL_SIGN_RSA_PSS_RSAE_SHA512},
|
D | t1_lib.cc | 426 SSL_SIGN_RSA_PSS_RSAE_SHA512, 455 SSL_SIGN_RSA_PSS_RSAE_SHA512,
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1013 #define SSL_SIGN_RSA_PSS_RSAE_SHA512 0x0806 macro 4429 #define SSL_SIGN_RSA_PSS_SHA512 SSL_SIGN_RSA_PSS_RSAE_SHA512
|