Home
last modified time | relevance | path

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

/third_party/grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc94 size_t ciphertext_and_tag_length, ciphertext_bytes_written = 0; in gsec_test_random_encrypt_decrypt() local
318 size_t ciphertext_bytes_written = 0; in gsec_test_multiple_random_encrypt_decrypt() local
422 size_t ciphertext_and_tag_length, ciphertext_bytes_written = 0; in gsec_test_encryption_failure() local
548 size_t ciphertext_and_tag_length, ciphertext_bytes_written = 0; in gsec_test_decryption_failure() local
687 size_t ciphertext_and_tag_length, ciphertext_bytes_written = 0; in gsec_test_encrypt_decrypt_test_vector() local
/third_party/grpc/src/core/tsi/alts/crypt/
Dgsec.cc64 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aead_crypter_encrypt_iovec()
Daes_gcm.cc248 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aes_gcm_aead_crypter_encrypt_iovec()