Searched refs:file_data (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_persistent_key.function | 47 uint8_t *file_data = NULL; 59 ASSERT_ALLOC( file_data, file_data_length ); 62 file_data ); 65 file_data, file_data_length ); 68 mbedtls_free( file_data ); 73 void parse_storage_data_check( data_t *file_data, 88 status = psa_parse_key_data_from_storage( file_data->x, file_data->len,
|
/mbedtls-development/library/ |
A D | x509_crt.c | 1572 WIN32_FIND_DATAW file_data; in mbedtls_x509_crt_parse_path() local 1590 hFind = FindFirstFileW( szDir, &file_data ); in mbedtls_x509_crt_parse_path() 1599 if( file_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY ) in mbedtls_x509_crt_parse_path() 1602 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path() 1603 lstrlenW( file_data.cFileName ), in mbedtls_x509_crt_parse_path() 1618 while( FindNextFileW( hFind, &file_data ) != 0 ); in mbedtls_x509_crt_parse_path()
|
Completed in 7 milliseconds