HomeSort by: relevance | last modified time | path
    Searched refs:SSL_peek (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
openssl_shim.c 79 int rv = SSL_peek(ssl, buf, num);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
openssl_shim.c 141 int rv = SSL_peek(ssl, buf, num);
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc 726 ret = config->peek_then_read ? SSL_peek(ssl, out, max_out)
736 // SSL_peek should synchronously return the same data.
737 int ret2 = SSL_peek(ssl, buf.get(), ret);
740 fprintf(stderr, "First and second SSL_peek did not match.\n");
748 fprintf(stderr, "SSL_peek and SSL_read did not match.\n");
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1848 __owur int SSL_peek(SSL *ssl, void *buf, int num);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1896 __owur int SSL_peek(SSL *ssl, void *buf, int num);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1964 __owur int SSL_peek(SSL *ssl, void *buf, int num);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 2002 args.f.func_read = s->method->ssl_peek;
2008 return s->method->ssl_peek(s, buf, num, readbytes);
2012 int SSL_peek(SSL *s, void *buf, int num)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1898 args.f.func_read = s->method->ssl_peek;
1904 return s->method->ssl_peek(s, buf, num, readbytes);
1908 int SSL_peek(SSL *s, void *buf, int num)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 2460 return s->method->ssl_peek(s, buf, num, readbytes);
2482 args.f.func_read = s->method->ssl_peek;
2488 return s->method->ssl_peek(s, buf, num, readbytes);
2492 int SSL_peek(SSL *s, void *buf, int num)
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 1743 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf)))
1750 * Since we called SSL_peek(), we know the data in the record
1760 * After SSL_peek() the plaintext must still be stored in the
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 1911 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf)))
1918 * Since we called SSL_peek(), we know the data in the record
1931 * After SSL_peek() the plaintext must still be stored in the

Completed in 70 milliseconds