Home
last modified time | relevance | path

Searched defs:ciphertext_destination (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/python/tink/cc/
H A Dcc_streaming_aead_wrappers.cc29 std::shared_ptr<PythonFileObjectAdapter> ciphertext_destination) { in NewCcEncryptingStream()
H A Dtest_util.h96 std::unique_ptr<crypto::tink::OutputStream> ciphertext_destination, in NewEncryptingStream()
/aosp_15_r20/external/tink/python/tink/cc/pybind/
H A Dcc_streaming_aead_wrappers.cc42 -> std::unique_ptr<OutputStreamAdapter> { in PybindRegisterCcStreamingAeadWrappers()
/aosp_15_r20/external/tink/cc/subtle/
H A Dnonce_based_streaming_aead.cc40 std::unique_ptr<crypto::tink::OutputStream> ciphertext_destination, in NewEncryptingStream()
H A Dstreaming_aead_encrypting_stream.cc72 std::unique_ptr<OutputStream> ciphertext_destination) { in New()
/aosp_15_r20/external/tink/cc/streamingaead/
H A Dstreaming_aead_wrapper.cc90 std::unique_ptr<OutputStream> ciphertext_destination, in NewEncryptingStream()
/aosp_15_r20/external/tink/testing/cc/
H A Dstreaming_aead_impl.cc61 auto ciphertext_destination( in Encrypt() local
/aosp_15_r20/external/tink/cc/util/
H A Dtest_util.h330 std::unique_ptr<crypto::tink::OutputStream> ciphertext_destination, in NewEncryptingStream()