4 references to EvpCipherCreatePartial
System.Security.Cryptography (4)
System\Security\Cryptography\AesCcm.OpenSsl.cs (2)
40using (SafeEvpCipherCtxHandle ctx = Interop.Crypto.EvpCipherCreatePartial(GetCipher(key.Length * 8))) 109using (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));