Searched refs:file_data (Results 1 – 2 of 2) sorted by relevance
/mbedtls/tests/suites/ |
A D | test_suite_psa_crypto_persistent_key.function | 50 uint8_t *file_data = NULL; 62 TEST_CALLOC(file_data, file_data_length); 65 file_data); 68 file_data, file_data_length); 71 mbedtls_free(file_data); 76 void parse_storage_data_check(data_t *file_data, 91 status = psa_parse_key_data_from_storage(file_data->x, file_data->len,
|
/mbedtls/library/ |
A D | x509_crt.c | 1533 WIN32_FIND_DATAW file_data; in mbedtls_x509_crt_parse_path() local 1558 hFind = FindFirstFileW(szDir, &file_data); in mbedtls_x509_crt_parse_path() 1567 if (file_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in mbedtls_x509_crt_parse_path() 1570 w_ret = WideCharToMultiByte(CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path() 1583 } while (FindNextFileW(hFind, &file_data) != 0); in mbedtls_x509_crt_parse_path()
|
Completed in 9 milliseconds