Home
last modified time | relevance | path

Searched refs:ERR_GET_LIB (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/uboringssl/crypto/err/
A Derr.c399 lib = ERR_GET_LIB(packed_error); in ERR_error_string_n()
533 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_lib_error_string()
546 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_reason_error_string()
/third_party/ulib/uboringssl/include/openssl/
A Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro

Completed in 7 milliseconds