Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c1530 WCHAR szDir[MAX_PATH]; in mbedtls_x509_crt_parse_path() local
1542 memset(szDir, 0, sizeof(szDir)); in mbedtls_x509_crt_parse_path()
1554 w_ret = MultiByteToWideChar(CP_ACP, 0, filename, (int) len, szDir, in mbedtls_x509_crt_parse_path()
1560 hFind = FindFirstFileW(szDir, &file_data); in mbedtls_x509_crt_parse_path()