Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c1418 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
1485 if( first_error == 0 ) in mbedtls_x509_crt_parse()
1486 first_error = ret; in mbedtls_x509_crt_parse()
1506 if( first_error == 0 ) in mbedtls_x509_crt_parse()
1507 first_error = ret; in mbedtls_x509_crt_parse()
1519 else if( first_error ) in mbedtls_x509_crt_parse()
1520 return( first_error ); in mbedtls_x509_crt_parse()

Completed in 7 milliseconds