Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c1551 int w_ret; in mbedtls_x509_crt_parse_path() local
1570 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1572 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1587 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1591 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1597 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1598 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1601 ret += w_ret; in mbedtls_x509_crt_parse_path()

Completed in 7 milliseconds