Searched defs:StreamingAEADService (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tink/testing/go/ |
H A D | streaming_aead_service.go | 35 type StreamingAEADService struct { struct 36 pb.StreamingAeadServer 39 …ngAEADService) Create(ctx context.Context, req *pb.CreationRequest) (*pb.CreationResponse, error) { 51 …x context.Context, req *pb.StreamingAeadEncryptRequest) (*pb.StreamingAeadEncryptResponse, error) { 89 …x context.Context, req *pb.StreamingAeadDecryptRequest) (*pb.StreamingAeadDecryptResponse, error) {
|
H A D | services_test.go | 616 func streamingAEADEncrypt(ctx context.Context, streamingAEADService *services.StreamingAEADService,… 636 func streamingAEADDecrypt(ctx context.Context, streamingAEADService *services.StreamingAEADService,…
|