Searched refs:high_level_error_description (Results 1 – 4 of 4) sorted by relevance
/external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
D | error.fmt | 73 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);
|
/external/mbedtls/scripts/data_files/ |
D | error.fmt | 73 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);
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | error.c | 794 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()
|
/external/mbedtls/library/ |
D | error.c | 792 const char *high_level_error_description = NULL; in mbedtls_strerror() local 809 high_level_error_description = mbedtls_high_level_strerr(ret); in mbedtls_strerror() 811 if (high_level_error_description == NULL) { in mbedtls_strerror() 814 mbedtls_snprintf(buf, buflen, "%s", high_level_error_description); in mbedtls_strerror()
|