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