Searched defs:plaintext_vec (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | gsec.cc | 47 struct iovec plaintext_vec = {(void*)plaintext, plaintext_length}; in gsec_aead_crypter_encrypt() local 62 const struct iovec* plaintext_vec, size_t plaintext_vec_length, in gsec_aead_crypter_encrypt_iovec() 87 struct iovec plaintext_vec = {plaintext, plaintext_length}; in gsec_aead_crypter_decrypt() local 101 struct iovec plaintext_vec, size_t* plaintext_bytes_written, in gsec_aead_crypter_decrypt_iovec()
|
D | aes_gcm.cc | 249 const struct iovec* plaintext_vec, size_t plaintext_vec_length, in gsec_aes_gcm_aead_crypter_encrypt_iovec() 388 struct iovec plaintext_vec, size_t* plaintext_bytes_written, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
|