Searched refs:ciphertext_vec_length (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | gsec.h | 151 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, 314 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length,
|
D | aes_gcm.cc | 387 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec() argument 406 if (ciphertext_vec_length > 0 && ciphertext_vec == nullptr) { in gsec_aes_gcm_aead_crypter_decrypt_iovec() 416 for (i = 0; i < ciphertext_vec_length; i++) { in gsec_aes_gcm_aead_crypter_decrypt_iovec() 482 i < ciphertext_vec_length && total_ciphertext_length > kAesGcmTagLength; in gsec_aes_gcm_aead_crypter_decrypt_iovec() 538 for (; i < ciphertext_vec_length; i++) { in gsec_aes_gcm_aead_crypter_decrypt_iovec()
|
D | gsec.cc | 100 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aead_crypter_decrypt_iovec() argument 107 ciphertext_vec_length, plaintext_vec, plaintext_bytes_written, in gsec_aead_crypter_decrypt_iovec()
|