Home
last modified time | relevance | path

Searched refs:V4_1 (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h21 namespace android::hardware::keymaster::V4_1::support {
35 : Keymaster(V4_1::IKeymasterDevice::descriptor, instanceName), in Keymaster4()
38 km4_1_dev_(V4_1::IKeymasterDevice::castFrom(km4_0_dev)) {} in Keymaster4()
173 sp<V4_1::IKeymasterDevice> km4_1_dev_;
Dkeymaster_utils.h21 namespace android::hardware::keymaster::V4_1::support {
Dauthorization_set.h23 namespace android::hardware::keymaster::V4_1 {
Dattestation_record.h27 namespace V4_1 {
Dkeymaster_tags.h24 namespace android::hardware::keymaster::V4_1 {
105 typedef typename V4_0::Tag2TypedTag<(static_cast<V4_0::Tag>(V4_1::Tag::name))>::type \
DKeymaster.h26 namespace android::hardware::keymaster::V4_1::support {
DKeymaster3.h23 namespace android::hardware::keymaster::V4_1::support {
/hardware/interfaces/keymaster/4.1/default/
Dservice.cpp27 auto keymaster = ::keymaster::V4_1::CreateKeymasterDevice(SecurityLevel::SOFTWARE); in main()
/hardware/interfaces/keymaster/4.1/support/
DKeymaster4.cpp21 namespace android::hardware::keymaster::V4_1::support { namespace
DKeymaster.cpp71 namespace V4_1::support { namespace
DKeymaster3.cpp23 namespace android::hardware::keymaster::V4_1::support { namespace
Dattestation_record.cpp43 namespace V4_1 { namespace
/hardware/interfaces/keymaster/4.1/vts/functional/
DUnlockedDeviceRequiredTest.cpp21 namespace android::hardware::keymaster::V4_1::test { namespace
DKeymaster4_1HidlTest.cpp19 namespace android::hardware::keymaster::V4_1::test { namespace
DEarlyBootKeyTest.cpp21 namespace android::hardware::keymaster::V4_1::test { namespace
DKeymaster4_1HidlTest.h26 namespace android::hardware::keymaster::V4_1::test {
DDeviceUniqueAttestationTest.cpp44 namespace android::hardware::keymaster::V4_1 { namespace
151 return std::find(tag_list.begin(), tag_list.end(), (V4_1::Tag)entry.tag) != tag_list.end(); in tag_in_list()
/hardware/interfaces/identity/aidl/vts/
DUtil.cpp318 auto [err, attRec] = keymaster::V4_1::parse_attestation_record(certBytes); in validateAttestationCertificate()
319 ASSERT_EQ(keymaster::V4_1::ErrorCode::OK, err); in validateAttestationCertificate()
364 keymaster::V4_1::Tag::IDENTITY_CREDENTIAL_KEY)); in validateAttestationCertificate()