Searched refs:getKeyEntry (Results 1 – 11 of 11) sorted by relevance
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | IKeystoreService.aidl | 83 KeyEntryResponse getKeyEntry(in KeyDescriptor key); in getKeyEntry() method
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | IKeystoreService.aidl | 39 …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/ |
D | IKeystoreService.aidl | 39 …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/ |
D | IKeystoreService.aidl | 39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 140 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/ |
D | keystore_cli_v2.cpp | 235 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/ |
D | keystore2_legacy_blob_tests.rs | 266 match keystore2.getKeyEntry(&KeyDescriptor { in keystore2_encrypted_characteristics() 521 match keystore2.getKeyEntry(&KeyDescriptor { in keystore2_encrypted_certificates()
|
/system/security/ondevice-signing/ |
D | KeystoreHmacKey.cpp | 126 auto status = mService->getKeyEntry(mDescriptor, &keyEntryResponse); in initialize()
|
D | KeystoreKey.cpp | 186 auto status = mService->getKeyEntry(mDescriptor, &keyEntryResponse); in verifyExistingKey()
|
/system/security/keystore2/src/ |
D | service.rs | 360 fn getKeyEntry(&self, key: &KeyDescriptor) -> binder::Result<KeyEntryResponse> { in getKeyEntry() method
|
/system/security/keystore-engine/ |
D | keystore2_engine.cpp | 395 auto rc = keystore2->getKeyEntry(descriptor, &response); in EVP_PKEY_from_keystore2()
|