Home
last modified time | relevance | path

Searched refs:getKeyEntry (Results 1 – 11 of 11) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl83 KeyEntryResponse getKeyEntry(in KeyDescriptor key); in getKeyEntry() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp140 auto rc = keystore2->getKeyEntry(descriptor, &response); in keyStore2GetCert()
179 auto rc = keystore2->getKeyEntry(descriptor, &response); in keyStore2GetPubKey()
219 auto rc = keystore2->getKeyEntry(descriptor, &response); in keyStore2Sign()
/system/security/keystore/
Dkeystore_cli_v2.cpp235 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in loadOrCreateAndVerifyEncryptionKey()
264 rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in loadOrCreateAndVerifyEncryptionKey()
288 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in loadOrCreateAndVerifyAuthenticationKey()
317 rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in loadOrCreateAndVerifyAuthenticationKey()
788 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in GetCharacteristics()
804 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in ExportKey()
836 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in DoesKeyExist()
878 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in SignAndVerify()
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs266 match keystore2.getKeyEntry(&KeyDescriptor { in keystore2_encrypted_characteristics()
521 match keystore2.getKeyEntry(&KeyDescriptor { in keystore2_encrypted_certificates()
/system/security/ondevice-signing/
DKeystoreHmacKey.cpp126 auto status = mService->getKeyEntry(mDescriptor, &keyEntryResponse); in initialize()
DKeystoreKey.cpp186 auto status = mService->getKeyEntry(mDescriptor, &keyEntryResponse); in verifyExistingKey()
/system/security/keystore2/src/
Dservice.rs360 fn getKeyEntry(&self, key: &KeyDescriptor) -> binder::Result<KeyEntryResponse> { in getKeyEntry() method
/system/security/keystore-engine/
Dkeystore2_engine.cpp395 auto rc = keystore2->getKeyEntry(descriptor, &response); in EVP_PKEY_from_keystore2()