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