Home
last modified time | relevance | path

Searched defs:StreamingAEADService (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/testing/go/
H A Dstreaming_aead_service.go35 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 Dservices_test.go616 func streamingAEADEncrypt(ctx context.Context, streamingAEADService *services.StreamingAEADService,…
636 func streamingAEADDecrypt(ctx context.Context, streamingAEADService *services.StreamingAEADService,…