1 write to cbParameterSet
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (1)
133blobHeader.cbParameterSet = parameterSetLengthWithNullTerminator;
2 references to cbParameterSet
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (2)
168int parameterSetLength = blob.cbParameterSet - 2; // Null terminator char, '\0' 173index += blob.cbParameterSet;