Home
last modified time | relevance | path

Searched defs:stateful_mac (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/mac/internal/
H A Dchunked_mac_impl_test.cc94 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
118 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
141 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
149 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
159 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
173 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
182 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
193 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
201 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
211 auto stateful_mac = absl::make_unique<MockStatefulMac>(); in TEST() local
[all …]
H A Dchunked_mac_impl.h39 std::unique_ptr<subtle::StatefulMac> stateful_mac) in ChunkedMacComputationImpl()
54 std::unique_ptr<subtle::StatefulMac> stateful_mac, absl::string_view tag) in ChunkedMacVerificationImpl()
H A Dchunked_mac_impl.cc81 util::StatusOr<std::unique_ptr<subtle::StatefulMac>> stateful_mac = in CreateComputation() local
91 util::StatusOr<std::unique_ptr<subtle::StatefulMac>> stateful_mac = in CreateVerification() local
/aosp_15_r20/external/tink/cc/subtle/prf/
H A Dprf_set_util.cc65 auto stateful_mac = std::move(stateful_mac_result.value()); in Compute() local