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

  /external/openssl/apps/
enc.c 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
476 wbio=out;
485 wbio=BIO_push(bzl,wbio);
503 wbio=BIO_push(b64,wbio);
533 && (BIO_write(wbio,magic,
535 || BIO_write(wbio,
658 wbio=BIO_push(benc,wbio);
    [all...]
  /external/openssl/include/openssl/
ssl.h 1135 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1140 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
ssl.h 1135 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1140 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]

Completed in 123 milliseconds