Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DERR_load_strings.pod5 ERR_load_strings, ERR_PACK, ERR_get_next_error_library - load
12 void 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 no value. ERR_PACK() return 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-12.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-12.1/crypto/openssl/include/openssl/
H A Derr.h249 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
/freebsd-12.1/crypto/openssl/crypto/err/
H A Derr.c360 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() function
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man131 MAN+= ERR_load_strings.3
1352 MLINKS+= ERR_load_strings.3 ERR_PACK.3
1353 MLINKS+= ERR_load_strings.3 ERR_get_next_error_library.3
H A DVersion.map1382 ERR_load_strings;