HomeSort by relevance Sort by last modified time
    Searched defs:wbio (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
490 wbio=out;
499 wbio=BIO_push(bzl,wbio);
517 wbio=BIO_push(b64,wbio);
547 && (BIO_write(wbio,magic,
549 || BIO_write(wbio,
672 wbio=BIO_push(benc,wbio);
    [all...]
  /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);
1017 CRYPTO_add(&wbio->references,1,CRYPTO_LOCK_BIO);
8215 BIO* wbio = reinterpret_cast<BIO*>(wbioRef); local
8606 BIO* wbio = SSL_get_wbio(ssl); local
8731 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
8923 BIO* wbio = SSL_get_wbio(ssl); local
9060 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
9331 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(wbioRef)); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 1235 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1240 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1221 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1226 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
ssl.h 1221 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1226 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]

Completed in 192 milliseconds