Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
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()