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