Home
last modified time | relevance | path

Searched refs:DeterministicAeadSetWrapper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/cc/daead/
H A Ddeterministic_aead_wrapper.cc55 class DeterministicAeadSetWrapper : public DeterministicAead { class
57 explicit DeterministicAeadSetWrapper( in DeterministicAeadSetWrapper() function in crypto::tink::__anon4a5ee8310111::DeterministicAeadSetWrapper
74 ~DeterministicAeadSetWrapper() override = default;
83 DeterministicAeadSetWrapper::EncryptDeterministically( in EncryptDeterministically()
108 DeterministicAeadSetWrapper::DecryptDeterministically( in DecryptDeterministically()
173 return {absl::make_unique<DeterministicAeadSetWrapper>( in Wrap()
197 return {absl::make_unique<DeterministicAeadSetWrapper>( in Wrap()