2 writes to cbTag
Microsoft.AspNetCore.DataProtection (2)
Cng\CngGcmAuthenticatedEncryptor.cs (2)
163
authInfo.
cbTag
= TAG_SIZE_IN_BYTES;
212
authCipherInfo.
cbTag
= TAG_SIZE_IN_BYTES;
1 reference to cbTag
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs (1)
25
Assert.Equal(0U, cipherModeInfo.
cbTag
);