1 write to _aes
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeManagedAesAeadAdapter.cs (1)
13_aes = new AesGcm(key, suite.AeadMetadata.Nt);
3 references to _aes
System.Security.Cryptography (3)
System\Security\Cryptography\HpkeManagedAesAeadAdapter.cs (3)
25_aes.Encrypt(nonce, plaintext, ciphertext, tag, associatedData); 37_aes.Decrypt(nonce, ciphertext, tag, plaintext, associatedData); 43public override void Dispose() => _aes.Dispose();