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

  /src/crypto/external/bsd/openssl.old/dist/include/internal/
cryptlib.h 90 FILE *openssl_fopen(const char *filename, const char *mode);
92 void *openssl_fopen(const char *filename, const char *mode);
  /src/crypto/external/apache2/openssl/dist/crypto/
o_fopen.c 38 FILE *openssl_fopen(const char *filename, const char *mode) function
121 void *openssl_fopen(const char *filename, const char *mode) function
  /src/crypto/external/bsd/openssl/dist/crypto/
o_fopen.c 38 FILE *openssl_fopen(const char *filename, const char *mode) function
121 void *openssl_fopen(const char *filename, const char *mode) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_fopen.c 38 FILE *openssl_fopen(const char *filename, const char *mode) function
121 void *openssl_fopen(const char *filename, const char *mode) function
  /src/crypto/external/apache2/openssl/dist/include/internal/
cryptlib.h 52 FILE *openssl_fopen(const char *filename, const char *mode);
54 void *openssl_fopen(const char *filename, const char *mode);
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
randfile.c 76 #define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro
105 if ((in = openssl_fopen(file, "rb")) == NULL) {
245 out = openssl_fopen(file, "rb+");
249 out = openssl_fopen(file, "wb");
  /src/crypto/external/bsd/openssl/dist/crypto/rand/
randfile.c 77 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro
106 if ((in = openssl_fopen(file, "rb")) == NULL) {
243 out = openssl_fopen(file, "rb+");
247 out = openssl_fopen(file, "wb");
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
randfile.c 68 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro
97 if ((in = openssl_fopen(file, "rb")) == NULL) {
227 out = openssl_fopen(file, "rb+");
231 out = openssl_fopen(file, "wb");
  /src/crypto/external/bsd/openssl/dist/include/internal/
cryptlib.h 105 FILE *openssl_fopen(const char *filename, const char *mode);
107 void *openssl_fopen(const char *filename, const char *mode);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_file.c 60 FILE *file = openssl_fopen(filename, mode);
286 fp = openssl_fopen(ptr, p);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_file.c 60 FILE *file = openssl_fopen(filename, mode);
295 fp = openssl_fopen(ptr, p);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_file.c 62 FILE *file = openssl_fopen(filename, mode);
286 fp = openssl_fopen(ptr, p);

Completed in 34 milliseconds