HomeSort by relevance Sort by last modified time
    Searched refs:key_prefix (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 45 key_prefix = 'bytes_per_sec_' + name + type + '_blocksz_'
47 keys = [key_prefix+k for k in keys]
  /system/tpm/attestation/server/
key_store.h 52 // Deletes key data for all keys identified by |key_prefix| and by |username|
55 const std::string& key_prefix) = 0;
pkcs11_key_store.h 60 const std::string& key_prefix) override;
97 // object identified by |object_handle| if |key_name| matches |key_prefix|.
100 const std::string& key_prefix,
mock_key_store.h 46 const std::string& key_prefix));
pkcs11_key_store.cc 195 const std::string& key_prefix) {
208 session.handle(), key_prefix);
548 const std::string& key_prefix,
551 if (base::StartsWith(key_name, key_prefix, base::CompareCase::SENSITIVE)) {
  /tools/test/connectivity/acts/tests/google/wifi/
WifiAwareManagerTest.py 123 def extract_stats(self, data, results, key_prefix, log_prefix):
130 key_prefix: A string prefix to use for the dict keys storing the
137 results['%s_num_samples' % key_prefix] = num_samples
146 results['%s_min' % key_prefix] = data_min
147 results['%s_max' % key_prefix] = data_max
148 results['%s_mean' % key_prefix] = data_mean
149 results['%s_raw_data' % key_prefix] = data
153 results['%s_stdev' % key_prefix] = data_stdev
    [all...]

Completed in 1089 milliseconds