9 references to EvpCipherSetKeyAndIV
System.Security.Cryptography (9)
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)
25Interop.Crypto.EvpCipherSetKeyAndIV( 40Interop.Crypto.EvpCipherSetKeyAndIV( 85Interop.Crypto.EvpCipherSetKeyAndIV(
System\Security\Cryptography\ChaCha20Poly1305.OpenSsl.cs (3)
23Interop.Crypto.EvpCipherSetKeyAndIV( 37Interop.Crypto.EvpCipherSetKeyAndIV( 82Interop.Crypto.EvpCipherSetKeyAndIV(