Searched refs:openssl_fopen (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dcryptlib.h90 FILE *openssl_fopen(const char *filename, const char *mode);
92 void *openssl_fopen(const char *filename, const char *mode);
/freebsd-13-stable/crypto/openssl/crypto/
H A Do_fopen.c38 FILE *openssl_fopen(const char *filename, const char *mode) function
121 void *openssl_fopen(const char *filename, const char *mode) function
/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Drandfile.c68 # 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");
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c62 FILE *file = openssl_fopen(filename, mode);
286 fp = openssl_fopen(ptr, p);

Completed in 49 milliseconds