Searched defs:lib_str (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/err/
H A Derr.c392 const char *lib_str, *reason_str; local
402 lib_str = ERR_lib_error_string(packed_error);
405 if (lib_str == NULL) {
407 lib_str = lib_buf;
416 packed_error, lib_str, reason_str);

Completed in 129 milliseconds