Searched refs:CreateJwtPublicKeySign (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tink/testing/python/ |
H A D | jwt_service_test.py | 191 creation_response = jwt_servicer.CreateJwtPublicKeySign( 201 creation_response = jwt_servicer.CreateJwtPublicKeySign(
|
H A D | jwt_service.py | 201 def CreateJwtPublicKeySign( member in JwtServicer
|
/aosp_15_r20/external/tink/testing/cc/ |
H A D | jwt_impl.h | 35 grpc::Status CreateJwtPublicKeySign(grpc::ServerContext* context,
|
H A D | jwt_impl_test.cc | 244 EXPECT_TRUE(jwt.CreateJwtPublicKeySign(nullptr, &request, &response).ok()); in TEST_F() 255 EXPECT_TRUE(jwt.CreateJwtPublicKeySign(nullptr, &request, &response).ok()); in TEST_F()
|
H A D | jwt_impl.cc | 219 ::grpc::Status JwtImpl::CreateJwtPublicKeySign(grpc::ServerContext* context, in CreateJwtPublicKeySign() function in tink_testing_api::JwtImpl
|
/aosp_15_r20/external/tink/testing/go/ |
H A D | jwt_service_test.go | 398 …result, err := jwtService.CreateJwtPublicKeySign(ctx, &pb.CreationRequest{AnnotatedKeyset: &pb.Ann… 451 …result, err := jwtService.CreateJwtPublicKeySign(ctx, &pb.CreationRequest{AnnotatedKeyset: &pb.Ann…
|
H A D | jwt_service.go | 51 func (s *JWTService) CreateJwtPublicKeySign(ctx context.Context, req *pb.CreationRequest) (*pb.Crea… func
|
/aosp_15_r20/external/tink/testing/cross_language/protos/ |
H A D | testing_api.proto | 462 rpc CreateJwtPublicKeySign(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/java_src/protos/ |
H A D | testing_api.proto | 462 rpc CreateJwtPublicKeySign(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/go/protos/ |
H A D | testing_api.proto | 462 rpc CreateJwtPublicKeySign(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/cc/protos/ |
H A D | testing_api.proto | 462 rpc CreateJwtPublicKeySign(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/python/protos/ |
H A D | testing_api.proto | 462 rpc CreateJwtPublicKeySign(CreationRequest) returns (CreationResponse) {} rpc
|
/aosp_15_r20/external/tink/testing/cross_language/util/ |
H A D | _primitives.py | 689 creation_response = self._stub.CreateJwtPublicKeySign(
|