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

/external/boringssl/src/crypto/err/
H A Derr.c430 // |bsearch| in |err_string_lookup|.
444 /* err_string_lookup looks up the string associated with |lib| and |key| in
446 static const char *err_string_lookup(uint32_t lib, uint32_t key, function
548 return err_string_lookup(ERR_GET_LIB(packed_error),
586 return err_string_lookup(lib, reason, kOpenSSLReasonValues,

Completed in 91 milliseconds