Home
last modified time | relevance | path

Searched defs:ciphertext_vec (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/crypt/
Dgsec.cc48 struct iovec ciphertext_vec = {ciphertext_and_tag, in gsec_aead_crypter_encrypt() local
63 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aead_crypter_encrypt_iovec()
85 struct iovec ciphertext_vec = {(void*)ciphertext_and_tag, in gsec_aead_crypter_decrypt() local
100 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aead_crypter_decrypt_iovec()
Daes_gcm.cc250 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aes_gcm_aead_crypter_encrypt_iovec()
387 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/
Dgsec.cc49 struct iovec ciphertext_vec = {ciphertext_and_tag, in gsec_aead_crypter_encrypt() local
64 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aead_crypter_encrypt_iovec()
86 struct iovec ciphertext_vec = {const_cast<uint8_t*>(ciphertext_and_tag), in gsec_aead_crypter_decrypt() local
101 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aead_crypter_decrypt_iovec()
Daes_gcm.cc248 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aes_gcm_aead_crypter_encrypt_iovec()
385 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec()