Home
last modified time | relevance | path

Searched refs:ERR_lib_error_string (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/include/openssl/
Derr.h224 OPENSSL_EXPORT const char *ERR_lib_error_string(uint32_t packed_error);
/external/boringssl/src/crypto/err/
Derr.c402 lib_str = ERR_lib_error_string(packed_error); in ERR_error_string_n()
532 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string() function
/external/libevent/sample/
Dle-proxy.c113 ERR_lib_error_string(err); in eventcb()
/external/python/cpython2/Modules/
D_hashopenssl.c112 lib = ERR_lib_error_string(errcode); in DEFINE_CONSTS_FOR_NEW()
/external/python/cpython3/Modules/
D_hashopenssl.c91 lib = ERR_lib_error_string(errcode); in DEFINE_CONSTS_FOR_NEW()
/external/libevent/
Dbufferevent_openssl.c99 const char *lib = (const char*)ERR_lib_error_string(err);