Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dcast_auth_util_unittest.cc183 VerifyCredentialsForTest(auth_response, signed_data, in TEST_F()
239 ErrorOr<CastDeviceCertPolicy> result = VerifyCredentialsForTest( in TEST_F()
253 VerifyCredentialsForTest(auth_response, signed_data, in TEST_F()
386 ErrorOr<CastDeviceCertPolicy> result = VerifyCredentialsForTest( in TestVerifyRevocation()
H A Dcast_auth_util.h94 ErrorOr<CastDeviceCertPolicy> VerifyCredentialsForTest(
H A Dcast_auth_util.cc429 ErrorOr<CastDeviceCertPolicy> VerifyCredentialsForTest( in VerifyCredentialsForTest() function