Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/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()
388 char *ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()
533 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()
542 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()
546 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()
587 uint32_t packed_error; in ERR_print_errors_cb() local
/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()
388 char *ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()
533 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()
542 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()
546 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()
587 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
408 #define ERR_GET_FUNC(packed_error) 0 argument
/external/rust/crates/quiche/deps/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
408 #define ERR_GET_FUNC(packed_error) 0 argument
/external/openscreen/util/crypto/
Dopenssl_util.cc76 while (uint32_t packed_error = ERR_get_error()) { in GetSSLError() local