7 references to EvpCipherFinalEx
System.Security.Cryptography (7)
System\Security\Cryptography\AesCcm.OpenSsl.cs (1)
67if (!Interop.Crypto.EvpCipherFinalEx(
System\Security\Cryptography\AesGcm.OpenSsl.cs (2)
59if (!Interop.Crypto.EvpCipherFinalEx( 106if (!Interop.Crypto.EvpCipherFinalEx(
System\Security\Cryptography\ChaCha20Poly1305.OpenSsl.cs (2)
56if (!Interop.Crypto.EvpCipherFinalEx( 103if (!Interop.Crypto.EvpCipherFinalEx(
System\Security\Cryptography\OpenSslCipherLite.cs (2)
73CheckBoolReturn(Interop.Crypto.EvpCipherFinalEx(_ctx, outputSpan, out int finalWritten)); 87CheckBoolReturn(Interop.Crypto.EvpCipherFinalEx(_ctx, outputSpan, out int finalWritten));