Home
last modified time | relevance | path

Searched defs:plaintext_vec (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/
H A Dgsec.cc47 struct iovec plaintext_vec = {const_cast<uint8_t*>(plaintext), in gsec_aead_crypter_encrypt() local
63 const struct iovec* plaintext_vec, size_t plaintext_vec_length, in gsec_aead_crypter_encrypt_iovec()
88 struct iovec plaintext_vec = {plaintext, plaintext_length}; in gsec_aead_crypter_decrypt() local
102 struct iovec plaintext_vec, size_t* plaintext_bytes_written, in gsec_aead_crypter_decrypt_iovec()
H A Daes_gcm.cc314 const struct iovec* plaintext_vec, size_t plaintext_vec_length, in gsec_aes_gcm_aead_crypter_encrypt_iovec()
453 struct iovec plaintext_vec, size_t* plaintext_bytes_written, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/
Dgsec.cc47 struct iovec plaintext_vec = {const_cast<uint8_t*>(plaintext), in gsec_aead_crypter_encrypt() local
63 const struct iovec* plaintext_vec, size_t plaintext_vec_length, in gsec_aead_crypter_encrypt_iovec()
88 struct iovec plaintext_vec = {plaintext, plaintext_length}; in gsec_aead_crypter_decrypt() local
102 struct iovec plaintext_vec, size_t* plaintext_bytes_written, in gsec_aead_crypter_decrypt_iovec()
Daes_gcm.cc248 const struct iovec* plaintext_vec, size_t plaintext_vec_length, in gsec_aes_gcm_aead_crypter_encrypt_iovec()
387 struct iovec plaintext_vec, size_t* plaintext_bytes_written, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
/aosp_15_r20/external/cronet/crypto/
H A Dencryptor_unittest.cc39 std::vector<uint8_t> plaintext_vec(plaintext.begin(), plaintext.end()); in TEST() local