Searched refs:SSL_peek (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds23_lib.c160 return (SSL_peek(s, buf, len));
H A Dssl.h2335 int SSL_peek(SSL *ssl, void *buf, int num);
H A Dssl_lib.c1030 int SSL_peek(SSL *s, void *buf, int num) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_lib.c168 return(SSL_peek(s,buf,len));
H A Dssl.h1368 int SSL_peek(SSL *ssl,void *buf,int num);
H A Dssl_lib.c874 int SSL_peek(SSL *s,void *buf,int num) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_lib.c160 return (SSL_peek(s, buf, len));
H A Dssl.h2335 int SSL_peek(SSL *ssl, void *buf, int num);
H A Dssl_lib.c1030 int SSL_peek(SSL *s, void *buf, int num) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsetup-vms.h282 #define SSL_peek SSL_PEEK macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dopenssl.c300 ret = SSL_peek (conn, buf, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c1044 printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c1932 SSL_peek(con, zbuf, 10240));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c778 * This function uses SSL_peek to determine connection status.
790 rc = SSL_peek(conn->ssl[FIRSTSOCKET].handle, (void*)&buf, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h1368 int SSL_peek(SSL *ssl,void *buf,int num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c1932 SSL_peek(con, zbuf, 10240));

Completed in 399 milliseconds