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

  /src/external/mpl/bind/dist/lib/isc/
openssl_shim.h 71 SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
openssl_shim.c 78 SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
openssl_shim.h 86 SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
openssl_shim.c 140 SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes) {
  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c 867 if (!SSL_peek_ex(ssl, buf, sizeof(buf), &bytes_read)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1849 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1965 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1897 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 1354 if (!SSL_peek_ex(c_tgt, buf, sizeof(buf), &bytes_read)
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 2035 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1931 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 2514 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes)

Completed in 64 milliseconds