Home
last modified time | relevance | path

Searched refs:authset (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp488 auto authset = AuthorizationSetBuilder() in CheckTripleDesTestVector() local
493 if (iv.size()) authset.Authorization(TAG_CALLER_NONCE); in CheckTripleDesTestVector()
494 ASSERT_EQ(ErrorCode::OK, ImportKey(authset, KeyFormat::RAW, key)); in CheckTripleDesTestVector()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp700 auto authset = AuthorizationSetBuilder() in CheckTripleDesTestVector() local
704 if (iv.size()) authset.Authorization(TAG_CALLER_NONCE); in CheckTripleDesTestVector()
706 ASSERT_EQ(KM_ERROR_OK, ImportKey(authset, KM_KEY_FORMAT_RAW, key)); in CheckTripleDesTestVector()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp658 auto authset = AuthorizationSetBuilder() in CheckTripleDesTestVector() local
663 if (iv.size()) authset.Authorization(TAG_CALLER_NONCE); in CheckTripleDesTestVector()
664 ASSERT_EQ(ErrorCode::OK, ImportKey(authset, KeyFormat::RAW, key)); in CheckTripleDesTestVector()