Lines Matching refs:clnt
3821 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
3845 sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp);
3855 printf("Client sent %d from %p:\n", sk_SSL_CIPHER_num(clnt), (void *)clnt);
3856 for(i=0 ; i < sk_SSL_CIPHER_num(clnt) ; ++i)
3858 c=sk_SSL_CIPHER_value(clnt,i);
3866 allow = clnt;
3870 prio = clnt;