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