Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 61) sorted by path

123

/openssl/apps/
H A Dcmp.c652 static int print_to_bio_out(const char *func, const char *file, int line, in print_to_bio_out()
658 static int print_to_bio_err(const char *func, const char *file, int line, in print_to_bio_err()
742 char *file; in write_PKIMESSAGE() local
765 char *file; in read_PKIMESSAGE() local
1602 const char *file = opt_newkey; in setup_request_ctx() local
2020 const char *file, const char *desc) in save_free_certs()
2058 static int delete_certfile(const char *file, const char *desc) in delete_certfile()
2072 const char *file, const char *desc) in save_cert()
H A Ddgst.c511 static const char *newline_escape_filename(const char *file, int * backslash) in newline_escape_filename()
543 const char *file) in do_fp()
H A Dgenpkey.c240 static int init_keygen_file(EVP_PKEY_CTX **pctx, const char *file, ENGINE *e, in init_keygen_file()
H A Dpkeyutl.c659 static int setup_peer(EVP_PKEY_CTX *ctx, int peerform, const char *file, in setup_peer()
H A Ds_server.c3325 BIO *file; in www_body() local
H A Dverify.c245 static int check(X509_STORE *ctx, const char *file, in check()
/openssl/apps/lib/
H A Dapps.c499 X509_REQ *load_csr(const char *file, int format, const char *desc) in load_csr()
/openssl/crypto/bio/
H A Dbss_file.c60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() local
/openssl/crypto/cmp/
H A Dcmp_ctx.c302 char *file = NULL; local
329 const char *func, const char *file, int line, in ossl_cmp_print_log()
H A Dcmp_msg.c1099 OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx, in OSSL_CMP_MSG_read()
1125 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_write()
H A Dcmp_util.c76 char **func, char **file, int *line) in ossl_cmp_log_parse_metadata()
127 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, in OSSL_CMP_print_to_bio()
155 const char *file = NULL, *func = NULL, *data = NULL; in OSSL_CMP_print_errors_cb() local
H A Dcmp_vfy.c434 static int no_log_cb(const char *func, const char *file, int line, in no_log_cb()
/openssl/crypto/conf/
H A Dconf_lib.c250 int NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load()
H A Dconf_mod.c183 char *file = NULL; in CONF_modules_load_file_ex() local
628 char *file, *sep = ""; in CONF_get1_default_config_file() local
/openssl/crypto/
H A Dcryptlib.c255 void OPENSSL_die(const char *message, const char *file, int line) in OPENSSL_die()
H A Dmem.c171 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc()
212 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc()
224 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc()
243 const char *file, int line) in CRYPTO_clear_realloc()
269 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free()
280 void CRYPTO_clear_free(void *str, size_t num, const char *file, int line) in CRYPTO_clear_free()
304 int CRYPTO_mem_debug_push(const char *info, const char *file, int line) in CRYPTO_mem_debug_push()
316 const char *file, int line) in CRYPTO_mem_debug_malloc()
322 const char *file, int line) in CRYPTO_mem_debug_realloc()
328 const char *file, int line) in CRYPTO_mem_debug_free()
H A Dmem_sec.c140 void *CRYPTO_secure_malloc(size_t num, const char *file, int line) in CRYPTO_secure_malloc()
161 void *CRYPTO_secure_zalloc(size_t num, const char *file, int line) in CRYPTO_secure_zalloc()
171 void CRYPTO_secure_free(void *ptr, const char *file, int line) in CRYPTO_secure_free()
195 const char *file, int line) in CRYPTO_secure_clear_free()
H A Do_fopen.c40 FILE *file = NULL; in openssl_fopen() local
H A Do_str.c21 char *CRYPTO_strdup(const char *str, const char* file, int line) in CRYPTO_strdup()
33 char *CRYPTO_strndup(const char *str, size_t s, const char* file, int line) in CRYPTO_strndup()
51 void *CRYPTO_memdup(const void *data, size_t siz, const char* file, int line) in CRYPTO_memdup()
/openssl/crypto/ct/
H A Dct_log.c225 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file) in CTLOG_STORE_load_file()
/openssl/crypto/dso/
H A Ddso_win32.c199 const char *file; member
/openssl/crypto/err/
H A Derr.c355 unsigned long ERR_get_error_all(const char **file, int *line, in ERR_get_error_all()
363 unsigned long ERR_get_error_line(const char **file, int *line) in ERR_get_error_line()
368 unsigned long ERR_get_error_line_data(const char **file, int *line, in ERR_get_error_line_data()
380 unsigned long ERR_peek_error_line(const char **file, int *line) in ERR_peek_error_line()
395 unsigned long ERR_peek_error_all(const char **file, int *line, in ERR_peek_error_all()
403 unsigned long ERR_peek_error_line_data(const char **file, int *line, in ERR_peek_error_line_data()
415 unsigned long ERR_peek_last_error_line(const char **file, int *line) in ERR_peek_last_error_line()
430 unsigned long ERR_peek_last_error_all(const char **file, int *line, in ERR_peek_last_error_all()
438 unsigned long ERR_peek_last_error_line_data(const char **file, int *line, in ERR_peek_last_error_line_data()
446 const char **file, int *line, in get_error_values()
H A Derr_blocks.c29 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug()
H A Derr_local.h49 const char *file, int line, in err_set_debug()
H A Derr_prn.c25 const char *file, *data, *func; in ERR_print_errors_cb() local
51 const char *file, int line) in put_error()
62 const char *file = NULL; in ERR_add_error_txt() local

Completed in 119 milliseconds

123