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

  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
475 rbio=in;
487 rbio=BIO_push(bzl,rbio);
505 rbio=BIO_push(b64,rbio);
541 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
542 || BIO_read(rbio,
662 inl=BIO_read(rbio,(char *)buff,bsize);
  /external/openssl/apps/
enc.c 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
481 rbio=in;
493 rbio=BIO_push(bzl,rbio);
511 rbio=BIO_push(b64,rbio);
547 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
548 || BIO_read(rbio,
668 inl=BIO_read(rbio,(char *)buff,bsize);
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 961 ScopedSslBio(SSL *ssl, BIO* rbio, BIO* wbio) : ssl_(ssl) {
962 SSL_set_bio(ssl_, rbio, wbio);
963 CRYPTO_add(&rbio->references,1,CRYPTO_LOCK_BIO);
8148 BIO* rbio = reinterpret_cast<BIO*>(rbioRef); local
8536 BIO* rbio = SSL_get_rbio(ssl); local
8669 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sourceBioRef)); local
8864 BIO* rbio = SSL_get_rbio(ssl); local
9284 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(rbioRef)); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 1159 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
1164 char *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl.h 1159 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
1164 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 277 milliseconds