1 write to _ctx
System.Security.Cryptography (1)
System\Security\Cryptography\OpenSslCipherLite.cs (1)
36
_ctx
= Interop.Crypto.EvpCipherCreate(
7 references to _ctx
System.Security.Cryptography (7)
System\Security\Cryptography\OpenSslCipherLite.cs (7)
43
Interop.Crypto.CheckValidOpenSslHandle(
_ctx
);
47
CheckBoolReturn(Interop.Crypto.EvpCipherCtxSetPadding(
_ctx
, 0));
73
CheckBoolReturn(Interop.Crypto.EvpCipherFinalEx(
_ctx
, outputSpan, out int finalWritten));
87
CheckBoolReturn(Interop.Crypto.EvpCipherFinalEx(
_ctx
, outputSpan, out int finalWritten));
127
bool status = Interop.Crypto.EvpCipherReset(
_ctx
, iv);
137
_ctx
.Dispose();
143
_ctx
,