Searched refs:authset (Results 1 – 3 of 3) sorted by relevance
488 auto authset = AuthorizationSetBuilder() in CheckTripleDesTestVector() local493 if (iv.size()) authset.Authorization(TAG_CALLER_NONCE); in CheckTripleDesTestVector()494 ASSERT_EQ(ErrorCode::OK, ImportKey(authset, KeyFormat::RAW, key)); in CheckTripleDesTestVector()
700 auto authset = AuthorizationSetBuilder() in CheckTripleDesTestVector() local704 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()
658 auto authset = AuthorizationSetBuilder() in CheckTripleDesTestVector() local663 if (iv.size()) authset.Authorization(TAG_CALLER_NONCE); in CheckTripleDesTestVector()664 ASSERT_EQ(ErrorCode::OK, ImportKey(authset, KeyFormat::RAW, key)); in CheckTripleDesTestVector()