Lines Matching defs:server
3486 * from the server, but we currently allow it to be used on servers
3488 * the field in SSL_do_handshake() for server SSLs, but when we can
3490 * an error on server SSLs.
3586 if (!s->server)
3672 if (s->server || !s->s3.tmp.cert_req)
3680 if (!s->server)
4130 * @srvr: ciphers enabled on the server?
4167 /* SUITE-B takes precedence over server preference and ChaCha priortiy */
4176 and there are ChaCha20 ciphers in the server list, then
4181 /* ChaCha20 is client preferred, check server... */
4272 /* with PSK there must be server callback set */
4524 * if we are the server, and we have sent a 'RENEGOTIATE'
4564 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len,
4571 if (server)
4664 if (s->server == 0) {