You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This function sends GET_CAPABILITIES and receives CAPABILITIES.
173
+
*
174
+
* @param spdm_context A pointer to the SPDM context.
175
+
* @param get_supported_algorithms If true, indicates that the requester wants the responder to include its supported algorithms in the CAPABILITIES response.
176
+
* @param supported_algs_length On input, the size of the supported_algs buffer.
177
+
* @param supported_algs A pointer to a buffer to store the supported algorithms.
178
+
* @param RequesterCTExponent RequesterCTExponent to the GET_CAPABILITIES request.
179
+
* @param RequesterFlags RequesterFlags to the GET_CAPABILITIES request.
180
+
* @param ResponderCTExponent ResponderCTExponent from the CAPABILITIES response.
181
+
* @param ResponderFlags ResponderFlags from the CAPABILITIES response.
182
+
*
183
+
* @retval RETURN_SUCCESS The GET_CAPABILITIES is sent and the CAPABILITIES is received.
184
+
* @retval RETURN_DEVICE_ERROR A device error occurs when communicates with the device.
0 commit comments