Source position: jwawincrypt.pas line 4667
type _CERT_X942_DH_PARAMETERS = record
p: CRYPT_UINT_BLOB;
g: CRYPT_UINT_BLOB;
q: CRYPT_UINT_BLOB;
j: CRYPT_UINT_BLOB;
pValidationParams: PCERT_X942_DH_VALIDATION_PARAMS;
end;