2 references to EvpCipherSetCcmTag
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs (2)
229if (!EvpCipherSetCcmTag(ctx, ref MemoryMarshal.GetReference(tag), tag.Length)) 237if (!EvpCipherSetCcmTag(ctx, ref Unsafe.NullRef<byte>(), tagLength))