Home
last modified time | relevance | path

Searched refs:SSL_kRSA (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.cc165 SSL_kRSA,
177 SSL_kRSA,
192 SSL_kRSA,
204 SSL_kRSA,
219 SSL_kRSA,
231 SSL_kRSA,
271 SSL_kRSA,
283 SSL_kRSA,
586 {"kRSA", SSL_kRSA, ~0u, ~0u, ~0u, 0},
603 {"RSA", SSL_kRSA, SSL_aRSA, ~SSL_eNULL, ~0u, 0},
[all …]
Dhandshake_server.cc591 mask_k |= SSL_kRSA; in ssl_get_compatible_server_ciphers()
1325 if (alg_k & SSL_kRSA) { in ssl3_get_client_key_exchange()
Dinternal.h220 #define SSL_kRSA 0x00000001u in OPENSSL_MSVC_PRAGMA() macro
Dhandshake_client.cc1607 if (alg_k & SSL_kRSA) { in ssl3_send_client_key_exchange()