2 references to CharToBytesStackBufferSize
System.Security.Cryptography (2)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (2)
92
using (Utf8DataEncoding labelData = new Utf8DataEncoding(label, stackalloc byte[
CharToBytesStackBufferSize
]))
93
using (Utf8DataEncoding contextData = new Utf8DataEncoding(context, stackalloc byte[
CharToBytesStackBufferSize
]))