5 references to WriteSecretIntoBuffer
Microsoft.AspNetCore.DataProtection (5)
Managed\AesGcmAuthenticatedEncryptor.cs (2)
124_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length); 264_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length);
Managed\ManagedAuthenticatedEncryptor.cs (2)
132_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length); 230_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length);
SP800_108\SP800_108_CTR_HMACSHA512Util.cs (1)
52kdk.WriteSecretIntoBuffer(pbPlaintextSecret, checked((int)secretLengthInBytes));