Searched refs:CreateJwtPublicKeyVerify (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tink/testing/python/ |
H A D | jwt_service_test.py | 221 creation_response = jwt_servicer.CreateJwtPublicKeyVerify( 231 creation_response = jwt_servicer.CreateJwtPublicKeyVerify(
|
H A D | jwt_service.py | 213 def CreateJwtPublicKeyVerify( member in JwtServicer
|
/aosp_15_r20/external/tink/testing/cc/ |
H A D | jwt_impl.h | 39 grpc::Status CreateJwtPublicKeyVerify(grpc::ServerContext* context,
|
H A D | jwt_impl_test.cc | 266 EXPECT_TRUE(jwt.CreateJwtPublicKeyVerify(nullptr, &request, &response).ok()); in TEST_F() 277 EXPECT_TRUE(jwt.CreateJwtPublicKeyVerify(nullptr, &request, &response).ok()); in TEST_F()
|
H A D | jwt_impl.cc | 225 ::grpc::Status JwtImpl::CreateJwtPublicKeyVerify(grpc::ServerContext* context, in CreateJwtPublicKeyVerify() function in tink_testing_api::JwtImpl
|
/aosp_15_r20/external/tink/testing/go/ |
H A D | jwt_service_test.go | 426 …result, err := jwtService.CreateJwtPublicKeyVerify(ctx, &pb.CreationRequest{AnnotatedKeyset: &pb.A… 480 …result, err := jwtService.CreateJwtPublicKeyVerify(ctx, &pb.CreationRequest{AnnotatedKeyset: &pb.A…
|
H A D | jwt_service.go | 63 func (s *JWTService) CreateJwtPublicKeyVerify(ctx context.Context, req *pb.CreationRequest) (*pb.Cr… func
|
/aosp_15_r20/external/tink/testing/cross_language/protos/ |
H A D | testing_api.proto | 464 rpc CreateJwtPublicKeyVerify(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/java_src/protos/ |
H A D | testing_api.proto | 464 rpc CreateJwtPublicKeyVerify(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/go/protos/ |
H A D | testing_api.proto | 464 rpc CreateJwtPublicKeyVerify(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/cc/protos/ |
H A D | testing_api.proto | 464 rpc CreateJwtPublicKeyVerify(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/python/protos/ |
H A D | testing_api.proto | 464 rpc CreateJwtPublicKeyVerify(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/cross_language/util/ |
H A D | _primitives.py | 715 creation_response = self._stub.CreateJwtPublicKeyVerify(
|