Home
last modified time | relevance | path

Searched defs:key_desc (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dboot_level_keys.rs55 let key_desc = KeyMintDevice::internal_descriptor("boot_level_key".to_string()); in get_level_zero_key() localVariable
H A Dsuper_key.rs233 key_desc: KeyDescriptor, field
933 let key_desc = KeyMintDevice::internal_descriptor(format!( in lock_screen_lock_bound_key() localVariable
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h84 ErrorCode GenerateKey(const AuthorizationSet& key_desc, vector<uint8_t>* key_blob, in GenerateKey()
H A DKeyMintAidlTestBase.cpp226 ErrorCode KeyMintAidlTestBase::GenerateKey(const AuthorizationSet& key_desc, in GenerateKey()
266 ErrorCode KeyMintAidlTestBase::GenerateKey(const AuthorizationSet& key_desc, in GenerateKey()
271 ErrorCode KeyMintAidlTestBase::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey()
309 ErrorCode KeyMintAidlTestBase::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp67 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey()
93 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc) { in GenerateKey()
97 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey()
119 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp243 ErrorCode GenerateKey(const AuthorizationSet& key_desc, in GenerateKey()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp975 UniquePtr<KM_KEY_DESCRIPTION, KM_KEY_DESCRIPTION_Delete> key_desc(KM_KEY_DESCRIPTION_new()); in build_attestation_record() local
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp454 ErrorCode GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey()
479 ErrorCode GenerateKey(const AuthorizationSet& key_desc) { in GenerateKey()
483 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey()
505 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey()