Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_peek

1043 int SSL_peek(SSL *s,void *buf,int num)
1047 OPENSSL_PUT_ERROR(SSL, SSL_peek, SSL_R_UNINITIALIZED);
1055 return(s->method->ssl_peek(s,buf,num));