14 references to EvpCipherUpdate
System.Security.Cryptography (14)
System\Security\Cryptography\AesCcm.OpenSsl.cs (4)
56
if (!Interop.Crypto.
EvpCipherUpdate
(ctx, Span<byte>.Empty, out _, associatedData))
62
if (!Interop.Crypto.
EvpCipherUpdate
(ctx, ciphertext, out int ciphertextBytesWritten, plaintext))
122
if (!Interop.Crypto.
EvpCipherUpdate
(ctx, Span<byte>.Empty, out _, associatedData))
128
if (!Interop.Crypto.
EvpCipherUpdate
(ctx, plaintext, out int plaintextBytesWritten, ciphertext))
System\Security\Cryptography\AesGcm.OpenSsl.cs (4)
48
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, Span<byte>.Empty, out _, associatedData))
54
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, ciphertext, out int ciphertextBytesWritten, plaintext))
93
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, Span<byte>.Empty, out _, associatedData))
99
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, plaintext, out int plaintextBytesWritten, ciphertext))
System\Security\Cryptography\AesImplementation.OpenSsl.cs (1)
92
bool ret = Interop.Crypto.
EvpCipherUpdate
(
System\Security\Cryptography\ChaCha20Poly1305.OpenSsl.cs (4)
45
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, Span<byte>.Empty, out _, associatedData))
51
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, ciphertext, out int ciphertextBytesWritten, plaintext))
90
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, Span<byte>.Empty, out _, associatedData))
96
if (!Interop.Crypto.
EvpCipherUpdate
(_ctxHandle, plaintext, out int plaintextBytesWritten, ciphertext))
System\Security\Cryptography\OpenSslCipherLite.cs (1)
142
CheckBoolReturn(Interop.Crypto.
EvpCipherUpdate
(