Home
last modified time | relevance | path

Searched refs:decryption_or (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/subtle/
H A Daead_test_util.cc34 StatusOr<std::string> decryption_or = in EncryptThenDecrypt() local
36 if (!decryption_or.status().ok()) return decryption_or.status(); in EncryptThenDecrypt()
37 if (decryption_or.value() != message) { in EncryptThenDecrypt()
53 StatusOr<absl::Cord> decryption_or = in EncryptThenDecrypt() local
55 if (!decryption_or.status().ok()) return decryption_or.status(); in EncryptThenDecrypt()
56 if (decryption_or.value() != message) { in EncryptThenDecrypt()
/aosp_15_r20/external/tink/cc/daead/subtle/
H A Daead_or_daead_test.cc44 StatusOr<std::string> decryption_or = in EncryptThenDecrypt() local
46 if (!decryption_or.status().ok()) return decryption_or.status(); in EncryptThenDecrypt()
47 if (decryption_or.value() != message) { in EncryptThenDecrypt()
/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_dem_helper_test.cc48 StatusOr<std::string> decryption_or = in EncryptThenDecrypt() local
50 if (!decryption_or.status().ok()) return decryption_or.status(); in EncryptThenDecrypt()
51 if (decryption_or.value() != message) { in EncryptThenDecrypt()
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/
H A Dcecpq2_aead_hkdf_dem_helper_test.cc51 StatusOr<std::string> decryption_or = in EncryptThenDecrypt() local
53 if (!decryption_or.status().ok()) return decryption_or.status(); in EncryptThenDecrypt()
54 if (decryption_or.value() != message) { in EncryptThenDecrypt()