Searched refs:openssl_fopen (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | randfile.c | 76 #define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro 105 if ((in = openssl_fopen(file, "rb")) == NULL) { in RAND_load_file() 245 out = openssl_fopen(file, "rb+"); in RAND_write_file() 249 out = openssl_fopen(file, "wb"); in RAND_write_file()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | o_fopen.c | 38 FILE *openssl_fopen(const char *filename, const char *mode) in openssl_fopen() function 121 void *openssl_fopen(const char *filename, const char *mode) in openssl_fopen() function
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | cryptlib.h | 52 FILE *openssl_fopen(const char *filename, const char *mode); 54 void *openssl_fopen(const char *filename, const char *mode);
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_file.c | 60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() 297 fp = openssl_fopen(ptr, p); in file_ctrl()
|