Home
last modified time | relevance | path

Searched refs:kf (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/km_compat/
Dlib.rs166 let kf = KeyFormat::RAW; in test_import_key() localVariable
169 legacy.importKey(&kps, kf, &kd, None /* attest_key */).expect("Failed to import key"); in test_import_key()
Dkm_compat.cpp339 static V4_0_KeyFormat convertKeyFormatToLegacy(const KeyFormat& kf) { in convertKeyFormatToLegacy() argument
340 return static_cast<V4_0_KeyFormat>(kf); in convertKeyFormatToLegacy()