HomeSort by: relevance | last modified time | path
    Searched refs:edfile (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 2690 BIO *edfile = BIO_new_file(early_data_file, "r"); local
2694 if (edfile == NULL) {
2700 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes))
2712 BIO_free(edfile);
2719 BIO_free(edfile);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 2738 BIO *edfile = BIO_new_file(early_data_file, "r"); local
2742 if (edfile == NULL) {
2748 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes))
2760 BIO_free(edfile);
2767 BIO_free(edfile);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 2934 BIO *edfile = BIO_new_file(early_data_file, "r"); local
2938 if (edfile == NULL) {
2944 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes))
2956 BIO_free(edfile);
2963 BIO_free(edfile);

Completed in 31 milliseconds