DH: Obtain p g plen glen by using the key handle.
- 注意
- If the p and g parameters are null pointers, only the lengths of p and g are obtained.
- 参数
-
key | [IN] Key handle |
p | [OUT] p Parameter |
plen | [IN/OUT] IN: Maximum length of data padding OUT: p Parameter length |
g | [OUT] g Parameter |
glen | [IN/OUT] IN: Maximum length of data padding OUT: g Parameter length |
- 返回值
-
0 | indicates success. Other values indicate failure. |