Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/crypto/err/
H A 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()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/err/
H A Derr.c493 static const char *err_reason_error_string(uint32_t packed_error, int symbol) { in err_reason_error_string() function
537 const char *ret = err_reason_error_string(packed_error, /*symbol=*/0); in ERR_reason_error_string()
542 return err_reason_error_string(packed_error, /*symbol=*/1); in ERR_reason_symbol_name()
571 const char *reason_str = err_reason_error_string(packed_error, /*symbol=*/0); in ERR_error_string_n()
/aosp_15_r20/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()
/aosp_15_r20/external/rust/android-crates-io/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()