Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/python/examples/walkthrough/
H A Dwrite_cleartext_keyset.py23 def WriteKeyset(keyset: tink.KeysetHandle, text_io_stream: TextIO) -> None: function
/aosp_15_r20/external/tink/cc/examples/walkthrough/
H A Dwrite_cleartext_keyset.cc45 crypto::tink::util::Status WriteKeyset( in WriteKeyset() function