5 references to WriteSecretIntoBuffer
Microsoft.AspNetCore.DataProtection (5)
Managed\AesGcmAuthenticatedEncryptor.cs (2)
114_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length); 253_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length);
Managed\ManagedAuthenticatedEncryptor.cs (2)
122_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length); 220_keyDerivationKey.WriteSecretIntoBuffer(decryptedKdkUnsafe, decryptedKdk.Length);
SP800_108\SP800_108_CTR_HMACSHA512Util.cs (1)
52kdk.WriteSecretIntoBuffer(pbPlaintextSecret, checked((int)secretLengthInBytes));