Home
last modified time | relevance | path

Searched defs:packed_error (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/err/
Derr_test.cc65 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
94 uint32_t packed_error = ERR_get_error(); in TEST() local
153 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
Derr.c371 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string()
390 void ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()
532 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()
541 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()
545 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()
586 uint32_t packed_error; in ERR_print_errors_cb() local
/external/boringssl/src/include/openssl/
Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) argument
171 #define ERR_GET_REASON(packed_error) ((int)((packed_error) & 0xfff)) argument
404 #define ERR_GET_FUNC(packed_error) 0 argument