Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c1397 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
1458 if (first_error == 0) { in mbedtls_x509_crt_parse()
1459 first_error = ret; in mbedtls_x509_crt_parse()
1480 if (first_error == 0) { in mbedtls_x509_crt_parse()
1481 first_error = ret; in mbedtls_x509_crt_parse()
1494 } else if (first_error) { in mbedtls_x509_crt_parse()
1495 return first_error; in mbedtls_x509_crt_parse()