Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 31) sorted by relevance

12

/openssl/crypto/
H A Do_fopen.c38 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/crypto/dso/
H A Ddso_lib.c109 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
H A Ddso_dl.c61 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()
H A Ddso_vms.c70 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()
H A Ddso_win32.c100 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()
H A Ddso_dlfcn.c100 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()
H A Ddso_local.h51 char *filename; member
/openssl/test/
H A Dsimpledynamic.c18 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()
H A Dbio_readbuffer_test.c13 static const char *filename = NULL; variable
H A Dalgorithmid_test.c23 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()
H A Dpem_read_depr_test.c26 static BIO *getfile(const char *filename) in getfile()
H A Dverify_extra_test.c181 static int test_self_signed(const char *filename, int use_trusted, int expected) in test_self_signed()
/openssl/include/internal/
H A Dconf.h22 char *filename; member
/openssl/crypto/conf/
H A Dconf_sap.c47 const char *filename; in ossl_config_int() local
H A Dconf_mod.c180 int CONF_modules_load_file_ex(OSSL_LIB_CTX *libctx, const char *filename, in CONF_modules_load_file_ex()
227 int CONF_modules_load_file(const char *filename, in CONF_modules_load_file()
H A Dconf_lib.c425 const char *filename) in OPENSSL_INIT_set_config_filename()
/openssl/apps/
H A Drehash.c75 char *filename; member
123 static int add_entry(enum Type type, unsigned int hash, const char *filename, in add_entry()
198 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink()
237 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file()
356 const char *filename; in do_dir() local
/openssl/fuzz/
H A Dtest-corpus.c68 const char *filename = NULL; in main() local
/openssl/test/helpers/
H A Dpkcs12.h44 const char *filename; member
/openssl/crypto/bio/
H A Dbss_file.c57 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()
H A Dossl_core_bio.c84 OSSL_CORE_BIO *ossl_core_bio_new_file(const char *filename, const char *mode) in ossl_core_bio_new_file()
/openssl/apps/include/
H A Dapps.h69 #define app_load_config(filename) app_load_config_internal(filename, 0) argument
70 #define app_load_config_quiet(filename) app_load_config_internal(filename, 1) argument
/openssl/providers/common/
H A Dbio_prov.c76 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/apps/lib/
H A Dopt.c54 const char *opt_path_end(const char *filename) in opt_path_end()
92 const char *opt_path_end(const char *filename) in opt_path_end()
122 const char *opt_path_end(const char *filename) in opt_path_end()
H A Dapps.c338 CONF *app_load_config_bio(BIO *in, const char *filename) in app_load_config_bio()
364 CONF *app_load_config_verbose(const char *filename, int verbose) in app_load_config_verbose()
375 CONF *app_load_config_internal(const char *filename, int quiet) in app_load_config_internal()
3017 BIO *bio_open_owner(const char *filename, int format, int private) in bio_open_owner()
3088 static BIO *bio_open_default_(const char *filename, char mode, int format, in bio_open_default_()
3120 BIO *bio_open_default(const char *filename, char mode, int format) in bio_open_default()
3125 BIO *bio_open_default_quiet(const char *filename, char mode, int format) in bio_open_default_quiet()

Completed in 96 milliseconds

12