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

  /external/openssl/apps/
openssl.c 496 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); local
500 bio_stdout = BIO_push(tmpbio, bio_stdout);
506 BIO_printf(bio_stdout, "%s\n", argv[0]);
508 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
509 BIO_free_all(bio_stdout);
528 BIO *bio_stdout; local
542 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
546 bio_stdout = BIO_push(tmpbio, bio_stdout);
    [all...]
  /external/openssl/ssl/
ssltest.c 296 static BIO *bio_stdout=NULL; variable
381 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
398 BIO_printf(bio_stdout, ", %d bit RSA",
406 BIO_printf(bio_stdout, ", %d bit DSA",
416 BIO_printf(bio_stdout,"\n");
578 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
1121 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1129 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1136 BIO_printf(bio_stdout,
1151 if (bio_stdout != NULL) BIO_free(bio_stdout)
    [all...]
  /external/openssl/crypto/threads/
mttest.c 135 BIO *bio_stdout=NULL; variable
203 if (bio_stdout == NULL)
204 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);

Completed in 59 milliseconds