Searched refs:openssl_fopen (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rand/ |
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() 234 out = openssl_fopen(file, "rb+"); in RAND_write_file() 238 out = openssl_fopen(file, "wb"); in RAND_write_file()
|
/third_party/openssl/crypto/rand/ |
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() 234 out = openssl_fopen(file, "rb+"); in RAND_write_file() 238 out = openssl_fopen(file, "wb"); in RAND_write_file()
|
/third_party/openssl/ohos_lite/include/internal/ |
D | cryptlib.h | 90 FILE *openssl_fopen(const char *filename, const char *mode); 92 void *openssl_fopen(const char *filename, const char *mode);
|
/third_party/openssl/crypto/ |
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
|
/third_party/node/deps/openssl/openssl/crypto/ |
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
|
/third_party/openssl/include/internal/ |
D | cryptlib.h | 105 FILE *openssl_fopen(const char *filename, const char *mode); 107 void *openssl_fopen(const char *filename, const char *mode);
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | cryptlib.h | 105 FILE *openssl_fopen(const char *filename, const char *mode); 107 void *openssl_fopen(const char *filename, const char *mode);
|
/third_party/openssl/crypto/bio/ |
D | bss_file.c | 60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() 295 fp = openssl_fopen(ptr, p); in file_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bss_file.c | 60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() 295 fp = openssl_fopen(ptr, p); in file_ctrl()
|