Home
last modified time | relevance | path

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

/external/tink/python/examples/walkthrough/
Dobtain_and_use_a_primitive.py47 def AeadDecrypt(keyset_handle: tink.KeysetHandle, ciphertext: bytes, function
/external/tink/cc/examples/walkthrough/
Dobtain_and_use_a_primitive.cc59 StatusOr<std::string> AeadDecrypt(const KeysetHandle& keyset_handle, in AeadDecrypt() function