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);
43
public override void Dispose() =>
_aes
.Dispose();