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