HomeSort by relevance Sort by last modified time
    Searched refs:SSL_peek (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/libvncserver/
rfbssl_openssl.c 103 while ((ret = SSL_peek(ctx->ssl, buf, bufsize)) <= 0) {
  /external/curl/lib/
setup-vms.h 301 #define SSL_peek SSL_PEEK
  /external/boringssl/src/include/openssl/
ssl.h 308 /* SSL_peek behaves like |SSL_read| but does not consume any bytes returned. */
309 OPENSSL_EXPORT int SSL_peek(SSL *ssl, void *buf, int num);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 608 int SSL_peek(SSL *ssl, void *buf, int num) {
    [all...]

Completed in 236 milliseconds