Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/testing/cross_language/
H A Dstreaming_aead_test.py75 ciphertext_result_stream = p.new_encrypting_stream(
119 ciphertext1 = enc1.new_encrypting_stream(io.BytesIO(plaintext), ad).read()
133 ciphertext2 = enc2.new_encrypting_stream(io.BytesIO(plaintext), ad).read()
147 ciphertext3 = enc3.new_encrypting_stream(io.BytesIO(plaintext), ad).read()
161 ciphertext4 = enc4.new_encrypting_stream(io.BytesIO(plaintext), ad).read()
/aosp_15_r20/external/tink/python/tink/streaming_aead/
H A D_streaming_aead_test.py47 with primitive.new_encrypting_stream(dest, aad) as es:
65 with primitive.new_encrypting_stream(dest, aad) as es:
88 primitive.new_encrypting_stream(dest, aad), encoding='utf8') as es:
107 primitive.new_encrypting_stream(dest, b'aad')
H A D_streaming_aead_wrapper_test.py42 with primitive.new_encrypting_stream(ciphertext_dest, associated_data) as es:
57 with primitive.new_encrypting_stream(ciphertext_dest, aad) as es:
74 with primitive.new_encrypting_stream(ciphertext_dest, aad) as es:
109 with primitive.new_encrypting_stream(ciphertext_dest, aad) as es:
126 with unknown_primitive.new_encrypting_stream(unknown_ciphertext_dest,
278 with primitive.new_encrypting_stream(
H A D_pybind11_python_file_object_adapter_test.py72 enc_stream = streaming_aead_primitive.new_encrypting_stream(
92 enc_stream = streaming_aead_primitive.new_encrypting_stream(
H A D_streaming_aead.py33 def new_encrypting_stream(self, ciphertext_destination: BinaryIO, member in StreamingAead
H A D_streaming_aead_wrapper.py144 def new_encrypting_stream(self, ciphertext_destination: BinaryIO, member in _WrappedStreamingAead
H A D_streaming_aead_key_manager_test.py243 with primitive.new_encrypting_stream(ciphertext_destination,
/aosp_15_r20/external/tink/testing/cross_language/streaming_aead/
H A Daes_gcm_hkdf_streaming_key_test.py201 ciphertext = saead.new_encrypting_stream(
250 ciphertext = saead_1.new_encrypting_stream(
H A Daes_ctr_hmac_streaming_key_test.py311 ciphertext = saead.new_encrypting_stream(
360 ciphertext = saead_1.new_encrypting_stream(
/aosp_15_r20/external/tink/python/examples/streaming_aead/
H A Dstreaming_aead.py83 with primitive.new_encrypting_stream(output_file,
/aosp_15_r20/external/tink/python/tink/
H A Dtink_config_test.py101 with primitive.new_encrypting_stream(dest, associated_data) as es:
/aosp_15_r20/external/tink/testing/cross_language/util/
H A Dtesting_servers_test.py242 ciphertext_stream = streaming_aead_primitive.new_encrypting_stream(
H A D_primitives.py237 def new_encrypting_stream(self, plaintext: BinaryIO, member in StreamingAead
/aosp_15_r20/external/tink/docs/
H A DPYTHON-HOWTO.md263 with streaming_aead_primitive.new_encrypting_stream(output_file, associated_data) as enc_stream:
/aosp_15_r20/external/tink/testing/python/
H A Dservices.py443 with p.new_encrypting_stream(ciphertext_destination,