Lines Matching refs:clnt
2819 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
2843 sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp);
2853 printf("Client sent %d from %p:\n", sk_SSL_CIPHER_num(clnt), (void *)clnt);
2854 for(i=0 ; i < sk_SSL_CIPHER_num(clnt) ; ++i)
2856 c=sk_SSL_CIPHER_value(clnt,i);
2864 allow = clnt;
2868 prio = clnt;