Home
last modified time | relevance | path

Searched refs:ERR_load_strings (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DERR_load_strings.pod5 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 DERR_put_error.pod27 L<ERR_load_strings(3)> can be used to register
64 L<ERR_load_strings(3)>
/freebsd-13.1/crypto/openssl/engines/
H A De_ossltest_err.c39 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 De_dasync_err.c49 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 De_afalg_err.c59 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 De_capi_err.c95 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 Derr.h250 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
/freebsd-13.1/crypto/openssl/crypto/err/
H A Derr.c373 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 DMakefile131 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 DVersion.map1382 ERR_load_strings;