Searched refs:SSL_kRSA (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 165 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 …]
|
D | handshake_server.cc | 591 mask_k |= SSL_kRSA; in ssl_get_compatible_server_ciphers() 1325 if (alg_k & SSL_kRSA) { in ssl3_get_client_key_exchange()
|
D | internal.h | 220 #define SSL_kRSA 0x00000001u in OPENSSL_MSVC_PRAGMA() macro
|
D | handshake_client.cc | 1607 if (alg_k & SSL_kRSA) { in ssl3_send_client_key_exchange()
|