6 references to RoundtripEncryptionHelpers
Microsoft.AspNetCore.DataProtection.Tests (6)
Aes\AesAuthenticatedEncryptorTests.cs (1)
28RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);
Cng\CbcAuthenticatedEncryptorTests.cs (1)
165RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);
Cng\GcmAuthenticatedEncryptorTests.cs (1)
129RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);
KeyManagement\KeyRingBasedDataProtectorTests.cs (2)
667RoundtripEncryptionHelpers.AssertTryProtectTryUnprotectParity(protector, plaintext); 699RoundtripEncryptionHelpers.AssertTryProtectTryUnprotectParity(protector, plaintext);
Managed\ManagedAuthenticatedEncryptorTests.cs (1)
146RoundtripEncryptionHelpers.AssertTryEncryptTryDecryptParity(encryptor, plaintext, aad);