Searched defs:ciphertext_vec (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/ |
H A D | gsec.cc | 49 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()
|
H A D | aes_gcm.cc | 315 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aes_gcm_aead_crypter_encrypt_iovec() 452 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, 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/ |
D | gsec.cc | 49 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()
|
D | aes_gcm.cc | 249 struct iovec ciphertext_vec, size_t* ciphertext_bytes_written, in gsec_aes_gcm_aead_crypter_encrypt_iovec() 386 const struct iovec* ciphertext_vec, size_t ciphertext_vec_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | encryptor_unittest.cc | 40 std::vector<uint8_t> ciphertext_vec; in TEST() local
|