Home
last modified time | relevance | path

Searched defs:attestKey (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_attestation_fuzzer.cpp59 ErrorCode KeyMaster4AttestationFuzzer::attestKey(hidl_vec<uint8_t>& keyBlob, in attestKey() function in android::hardware::keymaster::V4_0::fuzzer::KeyMaster4AttestationFuzzer
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h105 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp312 AttestationKey attestKey; in TEST_P() local
875 AttestationKey attestKey; in TEST_P() local
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp195 Return<void> Keymaster3::attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function in android::hardware::keymaster::V4_1::support::Keymaster3