Searched refs:file_data (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/suites/ |
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-latest/library/ |
D | x509_crt.c | 1535 WIN32_FIND_DATAW file_data; in mbedtls_x509_crt_parse_path() local 1560 hFind = FindFirstFileW(szDir, &file_data); in mbedtls_x509_crt_parse_path() 1569 if (file_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in mbedtls_x509_crt_parse_path() 1572 w_ret = WideCharToMultiByte(CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path() 1585 } while (FindNextFileW(hFind, &file_data) != 0); in mbedtls_x509_crt_parse_path()
|