Searched defs:ciphertext_vec (Results 1 – 2 of 2) sorted by relevance
| /third_party/grpc/src/core/tsi/alts/crypt/ |
| D | gsec.cc | 47 struct iovec ciphertext_vec = {ciphertext_and_tag, in gsec_aead_crypter_encrypt() local 62 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aead_crypter_encrypt_iovec() 84 struct iovec ciphertext_vec = {const_cast<uint8_t*>(ciphertext_and_tag), in gsec_aead_crypter_decrypt() local 99 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aead_crypter_decrypt_iovec()
|
| D | aes_gcm.cc | 311 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aes_gcm_aead_crypter_encrypt_iovec() 448 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
|