Searched refs:ciphertext_vec_length (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/tsi/alts/crypt/ |
D | gsec.h | 153 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, 316 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length,
|
D | aes_gcm.cc | 385 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()
|
D | gsec.cc | 101 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()
|