Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drandfile.c77 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro
106 if ((in = openssl_fopen(file, "rb")) == NULL) { in RAND_load_file()
243 out = openssl_fopen(file, "rb+"); in RAND_write_file()
247 out = openssl_fopen(file, "wb"); in RAND_write_file()
/openssl/crypto/
H A Do_fopen.c38 FILE *openssl_fopen(const char *filename, const char *mode) in openssl_fopen() function
125 void *openssl_fopen(const char *filename, const char *mode) in openssl_fopen() function
/openssl/include/internal/
H A Dcryptlib.h52 FILE *openssl_fopen(const char *filename, const char *mode);
54 void *openssl_fopen(const char *filename, const char *mode);
/openssl/crypto/bio/
H A Dbss_file.c60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file()
295 fp = openssl_fopen(ptr, p); in file_ctrl()

Completed in 14 milliseconds