Searched refs:err_component_error_string (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr.c395 /* err_component_error_string returns the error string associated with
398 static const char *err_component_error_string(uint32_t packed_error) { function
411 return err_component_error_string(ERR_PACK(ERR_GET_LIB(packed_error), 0, 0));
415 return err_component_error_string(
420 const char *reason_str = err_component_error_string(
427 return err_component_error_string(

Completed in 399 milliseconds