Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/subtle/
H A Daead_test_util.cc32 StatusOr<std::string> encryption_or = encrypter.Encrypt(message, aad); in EncryptThenDecrypt() local
50 StatusOr<absl::Cord> encryption_or = in EncryptThenDecrypt() local
/aosp_15_r20/external/tink/cc/daead/subtle/
H A Daead_or_daead_test.cc41 StatusOr<std::string> encryption_or = in EncryptThenDecrypt() local
/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_dem_helper_test.cc46 StatusOr<std::string> encryption_or = dem.Encrypt(message, associated_data); in EncryptThenDecrypt() local
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/
H A Dcecpq2_aead_hkdf_dem_helper_test.cc49 StatusOr<std::string> encryption_or = dem.Encrypt(message, associated_data); in EncryptThenDecrypt() local
/aosp_15_r20/external/tink/cc/daead/
H A Daes_siv_key_manager_test.cc204 auto encryption_or = in TEST() local