Home
last modified time | relevance | path

Searched refs:attestKey (Results 1 – 23 of 23) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h105 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function
108 return km4_0_dev_->attestKey(keyToAttest, attestParams, _hidl_cb); in attestKey()
H A DKeymaster3.h92 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster41Device.h131 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function
134 return super::attestKey(keyToAttest, attestParams, _hidl_cb); in attestKey()
H A DAndroidKeymaster3Device.h74 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
H A DAndroidKeymaster4Device.h83 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp218 AttestationKey attestKey; in TEST_P() local
219 attestKey.keyBlob = std::move(privateKeyBlob); in TEST_P()
220 attestKey.issuerSubjectName = make_name_from_str("Android Keystore Key"); in TEST_P()
231 auto result = keyMint->generateKey(keyDesc.vector_data(), attestKey, &creationResult); in TEST_P()
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster3Device.h60 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
H A DTrustyKeymaster4Device.h77 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster3.cpp195 Return<void> Keymaster3::attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function in android::hardware::keymaster::V4_1::support::Keymaster3
201 auto rc = km3_dev_->attestKey(keyToAttest, convert(attestParams), cb); in attestKey()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java327 KeyEntryResponse attestKey = mKeyStore.getKeyEntry(attestKeyDescriptor); in buildAndCheckAttestKeyDescriptor() local
329 checkAttestKeyPurpose(attestKey.metadata.authorizations); in buildAndCheckAttestKeyDescriptor()
330 checkAttestKeySecurityLevel(spec, attestKey); in buildAndCheckAttestKeyDescriptor()
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal617 * C is the value of Tag::ATTESTATION_APPLICATION_ID that is provided to attestKey().
619 * R is 1 if Tag::RESET_SINCE_ID_ROTATION was provided to attestKey or 0 if the tag was not
635 * Tag::ATTESTATION_CHALLENGE is used to deliver a "challenge" value to the attestKey() method,
637 * attestKey().
645 * only with attestKey().
671 * Android, to attestKey(). This field must be set only when requesting attestation of the
684 * Android, to attestKey(). This field must be set only when requesting attestation of the
697 * in Android, to attestKey(). This field must be set only when requesting attestation of the
721 * Tag::ATTESTATION_ID_IMEI provides the IMEIs for all radios on the device to attestKey().
734 * Tag::ATTESTATION_ID_MEID provides the MEIDs for all radios on the device to attestKey().
[all …]
H A DIKeymasterDevice.hal538 * with the @3.0::IKeymasterDevice::importKey. See attestKey() for documentation of the
799 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)
810 * use an old key blob with getKeyCharacteristics(), exportKey(), attestKey() or begin() must
/aosp12/hardware/interfaces/keymaster/4.1/
H A Dtypes.hal31 * DEVICE_UNIQUE_ATTESTATION is an argument to IKeymasterDevice::attestKey(). It indicates that
H A DIKeymasterDevice.hal35 * @4.1::IKeymasterDevice::attestKey() must produce attestations with keymasterVersion 41. An
/aosp12/hardware/interfaces/keymaster/3.0/
H A DIKeymasterDevice.hal178 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)
185 * attestKey() or begin() will result in keymaster returning
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp360 Return<void> AndroidKeymaster3Device::attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function in keymaster::ng::AndroidKeymaster3Device
H A DAndroidKeymaster4Device.cpp426 Return<void> AndroidKeymaster4Device::attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/aosp12/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp316 Return<void> TrustyKeymaster3Device::attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function in keymaster::TrustyKeymaster3Device
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp457 Return<void> TrustyKeymaster4Device::attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function in keymaster::V4_0::TrustyKeymaster4Device
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp380 auto rc = keymaster_->attestKey( in AttestKey()
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp1177 auto result = mDevice->attestKey( in getCertificate()
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp704 auto rc = keymaster_->attestKey( in AttestKey()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50660 Landroid/security/IKeyChainService$Stub$Proxy;->attestKey(Ljava/lang/String;[B[ILandroid/security/k…
50704 Landroid/security/IKeyChainService;->attestKey(Ljava/lang/String;[B[ILandroid/security/keymaster/Ke…
50728 Landroid/security/IKeystoreService$Stub$Proxy;->attestKey(Ljava/lang/String;Landroid/security/keyma…
50816 Landroid/security/IKeystoreService;->attestKey(Ljava/lang/String;Landroid/security/keymaster/Keymas…
51697 Landroid/security/KeyStore;->attestKey(Ljava/lang/String;Landroid/security/keymaster/KeymasterArgum…