Searched refs:kf (Results 1 – 2 of 2) sorted by relevance
166 let kf = KeyFormat::RAW; in test_import_key() localVariable169 legacy.importKey(&kps, kf, &kd, None /* attest_key */).expect("Failed to import key"); in test_import_key()
339 static V4_0_KeyFormat convertKeyFormatToLegacy(const KeyFormat& kf) { in convertKeyFormatToLegacy() argument340 return static_cast<V4_0_KeyFormat>(kf); in convertKeyFormatToLegacy()