Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 38) sorted by relevance

12

/include/internal/
A Dmem_alloc_utils.h36 ossl_report_alloc_err_ex(const char * const file, const int line, in OSSL_SAFE_MATH_UNSIGNED()
43 if (file != NULL || line != 0) { in OSSL_SAFE_MATH_UNSIGNED()
45 ERR_set_debug(file, line, NULL); in OSSL_SAFE_MATH_UNSIGNED()
52 ossl_report_alloc_err(const char * const file, const int line) in ossl_report_alloc_err() argument
54 ossl_report_alloc_err_ex(file, line, ERR_R_MALLOC_FAILURE); in ossl_report_alloc_err()
59 ossl_report_alloc_err_of(const char * const file, const int line) in ossl_report_alloc_err_of() argument
66 ossl_report_alloc_err_inv(const char * const file, const int line) in ossl_report_alloc_err_inv() argument
78 const char * const file, const int line) in ossl_size_mul() argument
84 ossl_report_alloc_err_of(file, line); in ossl_size_mul()
99 const char * const file, const int line) in ossl_size_add() argument
[all …]
A Dcommon.h44 const char *file, int line) in ossl_assert_int() argument
47 OPENSSL_die(exprstr, file, line); in ossl_assert_int()
A Dqlog.h54 int ossl_qlog_set_sink_file(QLOG *qlog, FILE *file, int close_flag);
/include/openssl/
A Dcrypto.h.in8 * this file except in compliance with the License. You can obtain a copy
9 * in the file LICENSE in the source distribution or at
341 typedef void (*CRYPTO_free_fn)(void *addr, const char *file, int line);
352 const char *file, int line);
354 const char *file, int line);
362 char *CRYPTO_strdup(const char *str, const char *file, int line);
364 void CRYPTO_free(void *ptr, const char *file, int line);
368 const char *file, int line);
370 const char *file, int line);
382 void CRYPTO_secure_free(void *ptr, const char *file, int line);
[all …]
A Dcmp_util.h44 typedef int (*OSSL_CMP_log_cb_t)(const char *func, const char *file, int line,
47 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
A Drand.h100 int RAND_load_file(const char *file, long max_bytes);
101 int RAND_write_file(const char *file);
102 const char *RAND_file_name(char *file, size_t num);
A Dfipskey.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
A Derr.h.in5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
385 void ERR_set_debug(const char *file, int line, const char *func);
398 # define ERR_put_error(lib, func, reason, file, line) \ argument
400 ERR_set_debug((file), (line), OPENSSL_FUNC), \
407 unsigned long ERR_get_error_all(const char **file, int *line,
412 unsigned long ERR_get_error_line(const char **file, int *line);
414 unsigned long ERR_get_error_line_data(const char **file, int *line,
418 unsigned long ERR_peek_error_line(const char **file, int *line);
421 unsigned long ERR_peek_error_all(const char **file, int *line,
[all …]
A Dess.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
A Dcomp.h.in5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
A Dconfiguration.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
A Dconf.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
78 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
121 int NCONF_load(CONF *conf, const char *file, long *eline);
A Dcore_dispatch.h89 const char *file, int line, const char *func))
118 CRYPTO_malloc, (size_t num, const char *file, int line))
121 CRYPTO_zalloc, (size_t num, const char *file, int line))
124 CRYPTO_free, (void *ptr, const char *file, int line))
127 CRYPTO_clear_free, (void *ptr, size_t num, const char *file, int line))
130 CRYPTO_realloc, (void *addr, size_t num, const char *file, int line))
134 const char *file, int line))
137 CRYPTO_secure_malloc, (size_t num, const char *file, int line))
140 CRYPTO_secure_zalloc, (size_t num, const char *file, int line))
143 CRYPTO_secure_free, (void *ptr, const char *file, int line))
[all …]
A Dopensslv.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
A Dcore_names.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
A Dx509_vfy.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
628 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
629 int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type,
631 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
632 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
633 int X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type,
658 int X509_STORE_load_file(X509_STORE *xs, const char *file);
661 int X509_STORE_load_locations(X509_STORE *s, const char *file, const char *dir);
664 int X509_STORE_load_file_ex(X509_STORE *xs, const char *file,
[all …]
A Dts.h484 X509 *TS_CONF_load_cert(const char *file);
485 STACK_OF(X509) *TS_CONF_load_certs(const char *file);
486 EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass);
A Dsrp.h.in8 * this file except in compliance with the License. You can obtain a copy
9 * in the file LICENSE in the source distribution or at
A Dcrmf.h.in9 * this file except in compliance with the License. You can obtain a copy
10 * in the file LICENSE in the source distribution or at
A Dx509_acert.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
A Dcmp.h.in9 * this file except in compliance with the License. You can obtain a copy
10 * in the file LICENSE in the source distribution or at
472 OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
474 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg);
A Dct.h.in7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
510 * Loads a CT log list into a |store| from a |file|.
513 __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
/include/crypto/
A Dbn_conf.h.in6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
16 * The contents of this file are not used in the UEFI build, as
A Ddso_conf.h.in6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
A Driscv_arch.def5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at

Completed in 52 milliseconds

12