6 references to RoundtripEncryptionHelpers
Microsoft.AspNetCore.DataProtection.Tests (6)
Aes\AesAuthenticatedEncryptorTests.cs (1)
25RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);
Cng\CbcAuthenticatedEncryptorTests.cs (1)
159RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);
Cng\GcmAuthenticatedEncryptorTests.cs (1)
123RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);
KeyManagement\KeyRingBasedDataProtectorTests.cs (2)
659RoundtripEncryptionHelpers.AssertTryProtectTryUnprotectParity(protector, plaintext); 691RoundtripEncryptionHelpers.AssertTryProtectTryUnprotectParity(protector, plaintext);
Managed\ManagedAuthenticatedEncryptorTests.cs (1)
140RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);