Lines Matching full:suites
1188 // Cipher suites.
1190 // |SSL_CIPHER| objects represent cipher suites.
1224 // cipher suites do not specify the key exchange, so this function returns
1230 // 1.2. In TLS 1.3, cipher suites do not specify authentication, so this
1270 // OpenSSL uses a mini-language to configure cipher suites. The language
1320 // |SHA1|, |SHA256|, and |SHA384| match legacy cipher suites using the
2127 // Cipher suites using an ECDHE key exchange perform Diffie-Hellman over an
2863 // Connections may be configured with PSK (Pre-Shared Key) cipher suites. These
2880 // suites on the client.
2896 // suites on the client. See also |SSL_CTX_set_psk_client_callback|.
2904 // suites on the server.
2915 // suites on the server. See also |SSL_CTX_set_psk_server_callback|.