Searched refs:GetTagValue (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationParserSupport.h | 58 if (att_sw_enforced_.GetTagValue(tag)) { in getSwEnforcedBool() 67 if (att_hw_enforced_.GetTagValue(tag)) { in getHwEnforcedBool() 77 if (att_hw_enforced_.GetTagValue(tag, &blob)) { in getHwEnforcedBlob() 88 if (!att_sw_enforced_.GetTagValue(tag, &blob)) { in getSwEnforcedBlob()
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 182 inline NullOr<const typename TypedTag2ValueType<T>::type&> GetTagValue(T tag) const { in GetTagValue() function
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1064 << "User ID should be 7, was " << auths.GetTagValue(TAG_USER_ID); in CheckBaseParams() 1082 << auths.GetTagValue(TAG_OS_VERSION); in CheckBaseParams() 1085 << auths.GetTagValue(TAG_OS_PATCHLEVEL); in CheckBaseParams() 3003 auto iv = set.GetTagValue(TAG_NONCE); in CopyIv() 3120 auto iv = output_params.GetTagValue(TAG_NONCE); in TEST_P() 3310 EXPECT_EQ(16U, out_params.GetTagValue(TAG_NONCE).value().size()); in TEST_P() 3312 params.push_back(TAG_NONCE, out_params.GetTagValue(TAG_NONCE).value()); in TEST_P() 3358 EXPECT_EQ(16U, out_params.GetTagValue(TAG_NONCE).value().size()); in TEST_P() 3360 params.push_back(TAG_NONCE, out_params.GetTagValue(TAG_NONCE).value()); in TEST_P() 3468 ASSERT_TRUE(begin_out_params.GetTagValue(TAG_NONCE).isOk()); in TEST_P()
|
D | authorization_set.h | 180 inline NullOr<const typename TypedTag2ValueType<T>::type&> GetTagValue(T tag) const { in GetTagValue() function
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 514 << auths.GetTagValue(TAG_OS_VERSION); in CheckBaseParams() 517 << auths.GetTagValue(TAG_OS_PATCHLEVEL); in CheckBaseParams() 2745 auto iv = set.GetTagValue(TAG_NONCE); in CopyIv() 2864 auto iv = output_params.GetTagValue(TAG_NONCE); in TEST_P() 3057 EXPECT_EQ(16U, out_params.GetTagValue(TAG_NONCE).value().size()); in TEST_P() 3059 params.push_back(TAG_NONCE, out_params.GetTagValue(TAG_NONCE).value()); in TEST_P() 3105 EXPECT_EQ(16U, out_params.GetTagValue(TAG_NONCE).value().size()); in TEST_P() 3107 params.push_back(TAG_NONCE, out_params.GetTagValue(TAG_NONCE).value()); in TEST_P() 3303 ASSERT_TRUE(begin_out_params.GetTagValue(TAG_NONCE).isOk()); in TEST_P()
|
D | KeymasterHidlTest.cpp | 571 auto ivVal = out_params.GetTagValue(TAG_NONCE); in EncryptMessage()
|