/openssl-master/crypto/ |
A D | o_fopen.c | 38 FILE *openssl_fopen(const char *filename, const char *mode) in openssl_fopen() 121 void *openssl_fopen(const char *filename, const char *mode) in openssl_fopen()
|
/openssl-master/crypto/dso/ |
A D | dso_lib.c | 109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 230 int DSO_set_filename(DSO *dso, const char *filename) in DSO_set_filename() 270 char *DSO_convert_filename(DSO *dso, const char *filename) in DSO_convert_filename() 314 char *filename = NULL; in DSO_dsobyaddr() local
|
A D | dso_dl.c | 61 char *filename = DSO_convert_filename(dso, NULL); in dl_load() local 219 static char *dl_name_converter(DSO *dso, const char *filename) in dl_name_converter()
|
A D | dso_vms.c | 70 char filename[NAMX_MAXRSS + 1]; member 88 char *filename = DSO_convert_filename(dso, NULL); in vms_load() local 454 static char *vms_name_converter(DSO *dso, const char *filename) in vms_name_converter()
|
A D | dso_win32.c | 100 char *filename = DSO_convert_filename(dso, NULL); in win32_load() local 203 static struct file_st *win32_splitter(DSO *dso, const char *filename, in win32_splitter() 452 static char *win32_name_converter(DSO *dso, const char *filename) in win32_name_converter()
|
A D | dso_dlfcn.c | 100 char *filename = DSO_convert_filename(dso, NULL); in dlfcn_load() local 253 static char *dlfcn_name_converter(DSO *dso, const char *filename) in dlfcn_name_converter()
|
A D | dso_local.h | 51 char *filename; member
|
/openssl-master/test/ |
A D | simpledynamic.c | 18 int sd_load(const char *filename, SD *lib, int type) in sd_load() 47 int sd_load(const char *filename, SD *lib, ossl_unused int type) in sd_load()
|
A D | bio_readbuffer_test.c | 13 static const char *filename = NULL; variable
|
A D | algorithmid_test.c | 23 static int test_spki_aid(X509_PUBKEY *pubkey, const char *filename) in test_spki_aid() 103 static int test_x509_spki_aid(X509 *cert, const char *filename) in test_x509_spki_aid()
|
A D | pem_read_depr_test.c | 26 static BIO *getfile(const char *filename) in getfile()
|
A D | verify_extra_test.c | 178 static int test_self_signed(const char *filename, int use_trusted, int expected) in test_self_signed()
|
/openssl-master/include/internal/ |
A D | conf.h | 22 char *filename; member
|
/openssl-master/crypto/conf/ |
A D | conf_sap.c | 47 const char *filename; in ossl_config_int() local
|
A D | conf_mod.c | 153 int CONF_modules_load_file_ex(OSSL_LIB_CTX *libctx, const char *filename, in CONF_modules_load_file_ex() 200 int CONF_modules_load_file(const char *filename, in CONF_modules_load_file()
|
A D | conf_lib.c | 425 const char *filename) in OPENSSL_INIT_set_config_filename()
|
/openssl-master/apps/ |
A D | rehash.c | 75 char *filename; member 123 static int add_entry(enum Type type, unsigned int hash, const char *filename, in add_entry() 192 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink() 231 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() 350 const char *filename; in do_dir() local
|
/openssl-master/fuzz/ |
A D | test-corpus.c | 68 const char *filename = NULL; in main() local
|
/openssl-master/test/helpers/ |
A D | pkcs12.h | 44 const char *filename; member
|
/openssl-master/apps/include/ |
A D | apps.h | 68 #define app_load_config(filename) app_load_config_internal(filename, 0) argument 69 #define app_load_config_quiet(filename) app_load_config_internal(filename, 1) argument
|
/openssl-master/crypto/bio/ |
A D | bss_file.c | 57 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file() 425 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file()
|
A D | ossl_core_bio.c | 84 OSSL_CORE_BIO *ossl_core_bio_new_file(const char *filename, const char *mode) in ossl_core_bio_new_file()
|
/openssl-master/providers/common/ |
A D | bio_prov.c | 76 OSSL_CORE_BIO *ossl_prov_bio_new_file(const char *filename, const char *mode) in ossl_prov_bio_new_file() 83 OSSL_CORE_BIO *ossl_prov_bio_new_membuf(const char *filename, int len) in ossl_prov_bio_new_membuf()
|
/openssl-master/apps/lib/ |
A D | opt.c | 53 const char *opt_path_end(const char *filename) in opt_path_end() 91 const char *opt_path_end(const char *filename) in opt_path_end() 121 const char *opt_path_end(const char *filename) in opt_path_end()
|
A D | apps.c | 339 CONF *app_load_config_bio(BIO *in, const char *filename) in app_load_config_bio() 365 CONF *app_load_config_verbose(const char *filename, int verbose) in app_load_config_verbose() 376 CONF *app_load_config_internal(const char *filename, int quiet) in app_load_config_internal() 2967 BIO *bio_open_owner(const char *filename, int format, int private) in bio_open_owner() 3037 static BIO *bio_open_default_(const char *filename, char mode, int format, in bio_open_default_() 3069 BIO *bio_open_default(const char *filename, char mode, int format) in bio_open_default() 3074 BIO *bio_open_default_quiet(const char *filename, char mode, int format) in bio_open_default_quiet()
|