HomeSort by relevance Sort by last modified time
    Searched defs:rbio (Results 1 - 5 of 5) sorted by null

  /external/openssl/apps/
enc.c 127 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
489 rbio=in;
501 rbio=BIO_push(bzl,rbio);
519 rbio=BIO_push(b64,rbio);
555 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
556 || BIO_read(rbio,
676 inl=BIO_read(rbio,(char *)buff,bsize);
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 1014 ScopedSslBio(SSL *ssl, BIO* rbio, BIO* wbio) : ssl_(ssl) {
1015 SSL_set_bio(ssl_, rbio, wbio);
1016 CRYPTO_add(&rbio->references,1,CRYPTO_LOCK_BIO);
8214 BIO* rbio = reinterpret_cast<BIO*>(rbioRef); local
8605 BIO* rbio = SSL_get_rbio(ssl); local
8730 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sourceBioRef)); local
8922 BIO* rbio = SSL_get_rbio(ssl); local
9330 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(rbioRef)); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 1234 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
1239 char *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1220 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
1225 char *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
ssl.h 1220 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
1225 char *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
    [all...]

Completed in 230 milliseconds