Lines Matching defs:clnt
4129 * @clnt: ciphers offered by the client
4134 const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
4160 sk_SSL_CIPHER_num(clnt), (void *)clnt);
4161 for (i = 0; i < sk_SSL_CIPHER_num(clnt); ++i) {
4162 c = sk_SSL_CIPHER_value(clnt, i);
4170 allow = clnt;
4173 allow = clnt;
4178 if (s->options & SSL_OP_PRIORITIZE_CHACHA && sk_SSL_CIPHER_num(clnt) > 0) {
4179 c = sk_SSL_CIPHER_value(clnt, 0);
4214 prio = clnt;