Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/testing/go/
H A Dmac_service.go27 type MacService struct { struct
28 pb.MacServer
31 …s *MacService) Create(ctx context.Context, req *pb.CreationRequest) (*pb.CreationResponse, error) {
43 …rvice) ComputeMac(ctx context.Context, req *pb.ComputeMacRequest) (*pb.ComputeMacResponse, error) {
64 …cService) VerifyMac(ctx context.Context, req *pb.VerifyMacRequest) (*pb.VerifyMacResponse, error) {
H A Dservices_test.go745 func computeMAC(ctx context.Context, macService *services.MacService, keyset []byte, data []byte) (…
764 func verifyMAC(ctx context.Context, macService *services.MacService, keyset []byte, macValue []byte…