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

  /external/openssl/apps/
enc.c 128 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
472 wbio=out;
481 wbio=BIO_push(bzl,wbio);
499 wbio=BIO_push(b64,wbio);
529 && (BIO_write(wbio,magic,
531 || BIO_write(wbio,
649 wbio=BIO_push(benc,wbio);
    [all...]
  /external/openssl/include/openssl/
ssl.h 987 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
992 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
ssl.h 987 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
992 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]

Completed in 513 milliseconds