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)
43Interop.Crypto.CheckValidOpenSslHandle(_ctx); 47CheckBoolReturn(Interop.Crypto.EvpCipherCtxSetPadding(_ctx, 0)); 73CheckBoolReturn(Interop.Crypto.EvpCipherFinalEx(_ctx, outputSpan, out int finalWritten)); 87CheckBoolReturn(Interop.Crypto.EvpCipherFinalEx(_ctx, outputSpan, out int finalWritten)); 127bool status = Interop.Crypto.EvpCipherReset(_ctx, iv); 137_ctx.Dispose(); 143_ctx,