Home
last modified time | relevance | path

Searched defs:ciphertext_segment_size (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tink/cc/subtle/
H A Daes_ctr_hmac_streaming.h70 int ciphertext_segment_size; member
137 int ciphertext_segment_size, in AesCtrHmacStreamSegmentEncrypter()
192 int ciphertext_segment_size, in AesCtrHmacStreamSegmentDecrypter()
H A Daes_gcm_hkdf_streaming.h39 int ciphertext_segment_size; member
H A Daes_gcm_hkdf_stream_segment_encrypter.h78 int ciphertext_segment_size; member
H A Daes_gcm_hkdf_stream_segment_decrypter.h68 int ciphertext_segment_size; member
H A Daes_gcm_hkdf_stream_segment_decrypter_test.cc42 int ciphertext_offset, int ciphertext_segment_size, in GetEncrypter()
/aosp_15_r20/external/tink/java_src/proto/
H A Daes_gcm_hkdf_streaming.proto30 uint32 ciphertext_segment_size = 1; field
H A Daes_ctr_hmac_streaming.proto29 uint32 ciphertext_segment_size = 1; field
/aosp_15_r20/external/tink/cc/proto/
H A Daes_gcm_hkdf_streaming.proto30 uint32 ciphertext_segment_size = 1; field
H A Daes_ctr_hmac_streaming.proto29 uint32 ciphertext_segment_size = 1; field
/aosp_15_r20/external/tink/proto/
H A Daes_gcm_hkdf_streaming.proto30 uint32 ciphertext_segment_size = 1; field
H A Daes_ctr_hmac_streaming.proto29 uint32 ciphertext_segment_size = 1; field
/aosp_15_r20/external/tink/python/tink/proto/
H A Daes_gcm_hkdf_streaming.proto30 uint32 ciphertext_segment_size = 1; field
H A Daes_ctr_hmac_streaming.proto29 uint32 ciphertext_segment_size = 1; field
/aosp_15_r20/external/tink/cc/streamingaead/
H A Daes_gcm_hkdf_streaming_key_manager_test.cc115 int ciphertext_segment_size = 1024; in TEST() local