Home
last modified time | relevance | path

Searched refs:ciphertext_vec_length (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/tsi/alts/crypt/
Dgsec.h153 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length,
316 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length,
Daes_gcm.cc385 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec() argument
404 if (ciphertext_vec_length > 0 && ciphertext_vec == nullptr) { in gsec_aes_gcm_aead_crypter_decrypt_iovec()
414 for (i = 0; i < ciphertext_vec_length; i++) { in gsec_aes_gcm_aead_crypter_decrypt_iovec()
480 i < ciphertext_vec_length && total_ciphertext_length > kAesGcmTagLength; in gsec_aes_gcm_aead_crypter_decrypt_iovec()
536 for (; i < ciphertext_vec_length; i++) { in gsec_aes_gcm_aead_crypter_decrypt_iovec()
Dgsec.cc101 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aead_crypter_decrypt_iovec() argument
108 ciphertext_vec_length, plaintext_vec, plaintext_bytes_written, in gsec_aead_crypter_decrypt_iovec()