Lines Matching refs:Authorization
65 .Authorization(tagToTest) in CreateTestKeys()
68 .Authorization(TAG_NO_AUTH_REQUIRED)); in CreateTestKeys()
76 .Authorization(tagToTest) in CreateTestKeys()
78 .Authorization(TAG_MIN_MAC_LENGTH, 128) in CreateTestKeys()
79 .Authorization(TAG_NO_AUTH_REQUIRED)); in CreateTestKeys()
87 .Authorization(tagToTest) in CreateTestKeys()
90 .Authorization(TAG_NO_AUTH_REQUIRED)); in CreateTestKeys()
98 .Authorization(tagToTest) in CreateTestKeys()
100 .Authorization(TAG_NO_AUTH_REQUIRED)); in CreateTestKeys()
121 .Authorization(TAG_MAC_LENGTH, 128) in UseHmacKey()
173 tags->Authorization(ttag, prop_value.data(), prop_value.size()); in add_tag_from_prop()