4 references to EvpCipherCreatePartial
System.Security.Cryptography (4)
System\Security\Cryptography\AesCcm.OpenSsl.cs (2)
40
using (SafeEvpCipherCtxHandle ctx = Interop.Crypto.
EvpCipherCreatePartial
(GetCipher(key.Length * 8)))
109
using (SafeEvpCipherCtxHandle ctx = Interop.Crypto.
EvpCipherCreatePartial
(GetCipher(key.Length * 8)))
System\Security\Cryptography\AesGcm.OpenSsl.cs (1)
22
_ctxHandle = Interop.Crypto.
EvpCipherCreatePartial
(GetCipher(key.Length * 8));
System\Security\Cryptography\ChaCha20Poly1305.OpenSsl.cs (1)
20
_ctxHandle = Interop.Crypto.
EvpCipherCreatePartial
(GetCipher(key.Length * 8));