Searched refs:ERR_load_strings (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/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_put_error.pod | 27 L<ERR_load_strings(3)> can be used to register 64 L<ERR_load_strings(3)>
|
| /freebsd-13.1/crypto/openssl/engines/ |
| H A D | e_ossltest_err.c | 39 ERR_load_strings(lib_code, OSSLTEST_str_functs); in ERR_load_OSSLTEST_strings() 40 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings()
|
| H A D | e_dasync_err.c | 49 ERR_load_strings(lib_code, DASYNC_str_functs); in ERR_load_DASYNC_strings() 50 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings()
|
| H A D | e_afalg_err.c | 59 ERR_load_strings(lib_code, AFALG_str_functs); in ERR_load_AFALG_strings() 60 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings()
|
| H A D | e_capi_err.c | 95 ERR_load_strings(lib_code, CAPI_str_functs); in ERR_load_CAPI_strings() 96 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | err.h | 250 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | err.c | 373 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() function
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 131 MAN+= ERR_load_strings.3 1361 MLINKS+= ERR_load_strings.3 ERR_PACK.3 1362 MLINKS+= ERR_load_strings.3 ERR_get_next_error_library.3
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1382 ERR_load_strings;
|