Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Derror.fmt73 const char *high_level_error_description = NULL;
90 high_level_error_description = mbedtls_high_level_strerr(ret);
92 if (high_level_error_description == NULL) {
95 mbedtls_snprintf(buf, buflen, "%s", high_level_error_description);
/openthread-latest/third_party/mbedtls/repo/library/
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()