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