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