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

  /external/boringssl/src/ssl/
bio_ssl.cc 132 return BIO_ctrl(SSL_get_rbio(ssl), cmd, num, ptr);
166 return BIO_callback_ctrl(SSL_get_rbio(ssl), cmd, fp);
ssl_lib.cc 531 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
542 if (rbio == SSL_get_rbio(ssl)) {
550 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
560 BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; }
936 BIO *bio = SSL_get_rbio(ssl);
    [all...]
ssl_test.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 396 BIO_set_nbio(SSL_get_rbio(self->ssl), 1);
466 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking);
    [all...]
  /external/libevent/
bufferevent_openssl.c 540 BIO_number_read(SSL_get_rbio(bev_ssl->ssl));
547 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl));
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 586 BIO_set_nbio(SSL_get_rbio(self->ssl), 1);
624 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 274 /* SSL_get_rbio returns the |BIO| that |ssl| reads from. */
275 OPENSSL_EXPORT BIO *SSL_get_rbio(const SSL *ssl);
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 171 milliseconds