Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Derror.c794 const char *high_level_error_description = NULL; in mbedtls_strerror() local
811 high_level_error_description = mbedtls_high_level_strerr(ret); in mbedtls_strerror()
813 if (high_level_error_description == NULL) { in mbedtls_strerror()
816 mbedtls_snprintf(buf, buflen, "%s", high_level_error_description); in mbedtls_strerror()

Completed in 2 milliseconds