2 references to WriteUInt32ToByteArrayBigEndian
System.Web (2)
Security\Cryptography\SP800_108.cs (2)
85
WriteUInt32ToByteArrayBigEndian
((uint)keyLengthInBits, buffer, 5 + labelLength + contextLength); // the '5 +' accounts for the [i]_2 length, the label, the 0x00 byte, and the context
96
WriteUInt32ToByteArrayBigEndian
(i, buffer, 0); // set the first 32 bits of the buffer to be the current iteration value