Home
last modified time | relevance | path

Searched refs:SSL_peek (Results 1 – 5 of 5) sorted by relevance

/external/openssl/ssl/
Ds23_lib.c164 return(SSL_peek(s,buf,len)); in ssl23_peek()
Dssl.h1635 int SSL_peek(SSL *ssl,void *buf,int num);
Dssl_lib.c958 int SSL_peek(SSL *s,void *buf,int num) in SSL_peek() function
/external/openssl/apps/
Ds_client.c1488 printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240)); in MAIN()
/external/openssl/include/openssl/
Dssl.h1635 int SSL_peek(SSL *ssl,void *buf,int num);