Home
last modified time | relevance | path

Searched defs:plaintext_buffer (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/cc/aead/internal/
H A Dssl_aead_test.cc183 std::string plaintext_buffer; in DoTestEncryptDecryptWithModifiedCiphertext() local
254 std::string plaintext_buffer; in TEST_P() local
276 std::string plaintext_buffer; in TestDecryptWithEmptyAssociatedData() local
649 std::string plaintext_buffer; in TEST_P() local
H A Dcord_aes_gcm_boringssl.cc259 char* plaintext_buffer = std::allocator<char>().allocate(plaintext_len); in Decrypt() local
/aosp_15_r20/external/crosvm/win_util/src/
H A Ddpapi.rs156 let mut plaintext_buffer = Vec::from(plaintext_str.as_bytes()); in encrypt_empty_string_is_valid() localVariable
169 let mut plaintext_buffer = Vec::from(plaintext_str.as_bytes()); in encrypt_decrypt_plaintext_matches() localVariable
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Daes_gcm_encryption.cc72 std::vector<uint8_t> plaintext_buffer; in Decrypt() local
/aosp_15_r20/external/tink/cc/subtle/
H A Daes_gcm_hkdf_stream_segment_decrypter.cc168 bool is_last_segment, std::vector<uint8_t>* plaintext_buffer) { in DecryptSegment()
H A Dtest_util.h192 std::vector<uint8_t>* plaintext_buffer) override { in DecryptSegment()
H A Daes_ctr_hmac_streaming.cc309 bool is_last_segment, std::vector<uint8_t>* plaintext_buffer) { in DecryptSegment()