Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/python/tink/streaming_aead/
H A D_encrypting_stream.py29 def _new_cc_encrypting_stream(cc_primitive, aad, destination): argument
H A D_decrypting_stream.py59 def _get_input_stream_adapter(cc_primitive, aad, source): argument