4 references to CharToBytesStackBufferSize
System.Security.Cryptography (4)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (4)
65
using (Utf8DataEncoding labelData = new Utf8DataEncoding(label, stackalloc byte[
CharToBytesStackBufferSize
]))
66
using (Utf8DataEncoding contextData = new Utf8DataEncoding(context, stackalloc byte[
CharToBytesStackBufferSize
]))
107
using (Utf8DataEncoding labelData = new Utf8DataEncoding(label, stackalloc byte[
CharToBytesStackBufferSize
]))
108
using (Utf8DataEncoding contextData = new Utf8DataEncoding(context, stackalloc byte[
CharToBytesStackBufferSize
]))