Searched refs:ERR_load_strings (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_load_strings.pod | 5 ERR_load_strings, ERR_PACK, ERR_get_next_error_library - load 12 int ERR_load_strings(int lib, ERR_STRING_DATA *str); 20 ERR_load_strings() registers error strings for library number B<lib>. 41 ERR_load_strings() returns 1 for success and 0 for failure. ERR_PACK() returns the error code. 47 L<ERR_load_strings(3)>
|
H A D | ERR_new.pod | 59 with L<ERR_load_strings(3)>. 67 L<ERR_load_strings(3)>, L<BIO_snprintf(3)>, L<provider-base(7)>
|
H A D | ERR_put_error.pod | 66 L<ERR_load_strings(3)> can be used to register 173 L<ERR_load_strings(3)>, L<ERR_get_next_error_library(3)>
|
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync_err.c | 33 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings()
|
H A D | e_ossltest_err.c | 33 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings()
|
H A D | e_afalg_err.c | 48 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings()
|
H A D | e_loader_attic_err.c | 50 ERR_load_strings(lib_code, ATTIC_str_reasons); in ERR_load_ATTIC_strings()
|
H A D | e_capi_err.c | 71 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 163 L<OSSL_CMP_CTX_new(3)>, L<ERR_load_strings(3)>
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 475 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
|
H A D | err.h.in | 464 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 284 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() function
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_core.c | 996 * ERR_load_strings() handles ERR_STRING_DATA rather than OSSL_ITEM, in provider_init() 998 * Furthermore, ERR_load_strings() patches the array's error number in provider_init() 1030 ERR_load_strings(prov->error_lib, prov->error_strings); in provider_init()
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 1062 DEPEND[html/man3/ERR_load_strings.html]=man3/ERR_load_strings.pod 1063 GENERATE[html/man3/ERR_load_strings.html]=man3/ERR_load_strings.pod 1064 DEPEND[man/man3/ERR_load_strings.3]=man3/ERR_load_strings.pod 1065 GENERATE[man/man3/ERR_load_strings.3]=man3/ERR_load_strings.pod 3051 html/man3/ERR_load_strings.html \ 3659 man/man3/ERR_load_strings.3 \
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 148 MAN+= ERR_load_strings.3 1613 MLINKS+= ERR_load_strings.3 ERR_PACK.3 1625 MLINKS+= ERR_load_strings.3 ERR_get_next_error_library.3
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1379 ERR_load_strings;
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 207 ERR_load_strings 211 3_0_0 EXIST::FUNCTION:
|