Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/jwt/
H A Draw_jwt_test.cc167 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected)); in TEST()
179 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected)); in TEST()
192 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected)); in TEST()
441 EXPECT_FALSE(jwt->GetAudiences().ok()); in TEST()
H A Dverified_jwt.cc62 util::StatusOr<std::vector<std::string>> VerifiedJwt::GetAudiences() const { in GetAudiences() function in crypto::tink::VerifiedJwt
63 return raw_jwt_.GetAudiences(); in GetAudiences()
H A Dverified_jwt_test.cc159 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected)); in TEST()
298 EXPECT_FALSE(jwt->GetAudiences().ok()); in TEST()
H A Dverified_jwt.h66 util::StatusOr<std::vector<std::string>> GetAudiences() const;
H A Draw_jwt.h59 util::StatusOr<std::vector<std::string>> GetAudiences() const;
H A Djwt_validator.cc144 util::StatusOr<std::vector<std::string>> audiences = raw_jwt.GetAudiences(); in ValidateAudiences()
H A Draw_jwt.cc247 util::StatusOr<std::vector<std::string>> RawJwt::GetAudiences() const { in GetAudiences() function in crypto::tink::RawJwt
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_format_test.cc342 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected_audiences)); in TEST()
382 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected)); in TEST()
394 EXPECT_THAT(jwt->GetAudiences(), IsOkAndHolds(expected)); in TEST()
/aosp_15_r20/external/tink/testing/cc/
H A Djwt_impl.cc131 std::vector<std::string> audiences = verified_jwt.GetAudiences().value(); in VerifiedJwtToProto()
/aosp_15_r20/external/tink/testing/go/
H A Djwt_service.go175 Audiences: t.GetAudiences(),