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