2 writes to cbNonce
Microsoft.AspNetCore.DataProtection (2)
Cng\CngGcmAuthenticatedEncryptor.cs (2)
161authInfo.cbNonce = NONCE_SIZE_IN_BYTES; 210authCipherInfo.cbNonce = NONCE_SIZE_IN_BYTES;
1 reference to cbNonce
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs (1)
21Assert.Equal(0U, cipherModeInfo.cbNonce);