Home
last modified time | relevance | path

Searched refs:err_reason_error_string (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/err/
Derr.c500 static const char *err_reason_error_string(uint32_t packed_error, int symbol) { in err_reason_error_string() function
544 const char *ret = err_reason_error_string(packed_error, /*symbol=*/0); in ERR_reason_error_string()
549 return err_reason_error_string(packed_error, /*symbol=*/1); in ERR_reason_symbol_name()
578 const char *reason_str = err_reason_error_string(packed_error, /*symbol=*/0); in ERR_error_string_n()
/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr.c473 static const char *err_reason_error_string(uint32_t packed_error) { in err_reason_error_string() function
510 const char *ret = err_reason_error_string(packed_error); in ERR_reason_error_string()
540 const char *reason_str = err_reason_error_string(packed_error); in ERR_error_string_n()
/external/cronet/third_party/boringssl/src/crypto/err/
Derr.c486 static const char *err_reason_error_string(uint32_t packed_error) { in err_reason_error_string() function
523 const char *ret = err_reason_error_string(packed_error); in ERR_reason_error_string()
553 const char *reason_str = err_reason_error_string(packed_error); in ERR_error_string_n()