Home
last modified time | relevance | path

Searched defs:LoadKeyset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/python/examples/walkthrough/
H A Dload_cleartext_keyset.py21 def LoadKeyset(serialized_keyset: str) -> tink.KeysetHandle: function
/aosp_15_r20/external/tink/cc/examples/walkthrough/
H A Dload_cleartext_keyset.cc44 StatusOr<std::unique_ptr<crypto::tink::KeysetHandle>> LoadKeyset( in LoadKeyset() function
H A Dload_encrypted_keyset.cc52 StatusOr<std::unique_ptr<KeysetHandle>> LoadKeyset( in LoadKeyset() function