11 references to EvpCipherDirection
System.Security.Cryptography (11)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs (2)
31
EvpCipherDirection
direction);
37
EvpCipherDirection
direction)
System\Security\Cryptography\AesCcm.OpenSsl.cs (3)
46
Interop.Crypto.EvpCipherSetKeyAndIV(ctx, ReadOnlySpan<byte>.Empty, ReadOnlySpan<byte>.Empty, Interop.Crypto.
EvpCipherDirection
.Encrypt);
49
Interop.Crypto.EvpCipherSetKeyAndIV(ctx, key, nonce, Interop.Crypto.
EvpCipherDirection
.NoChange);
115
Interop.Crypto.EvpCipherSetKeyAndIV(ctx, key, nonce, Interop.Crypto.
EvpCipherDirection
.Decrypt);
System\Security\Cryptography\AesGcm.OpenSsl.cs (3)
29
Interop.Crypto.
EvpCipherDirection
.NoChange);
44
Interop.Crypto.
EvpCipherDirection
.Encrypt);
89
Interop.Crypto.
EvpCipherDirection
.Decrypt);
System\Security\Cryptography\ChaCha20Poly1305.OpenSsl.cs (3)
27
Interop.Crypto.
EvpCipherDirection
.NoChange);
41
Interop.Crypto.
EvpCipherDirection
.Encrypt);
86
Interop.Crypto.
EvpCipherDirection
.Decrypt);