Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix API spelling #2625

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/common_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Enumeration value used for the `libspdm_set_data` and/or `libspdm_get_data` func
fails then little-endian is tried.
- `LIBSPDM_DATA_SEQUENCE_NUMBER_ENDIAN`
- Specifies the endianness of the AEAD sequence number used in secured message encryption and
decryption when the negotiated secured SDPM version is 1.0 or 1.1. Its value is one of
decryption when the negotiated secured SPDM version is 1.0 or 1.1. Its value is one of
- `LIBSPDM_DATA_SESSION_SEQ_NUM_ENC_LITTLE_DEC_LITTLE`
- Data is both encrypted and decrypted with a little-endian sequence number. (default)
- `LIBSPDM_DATA_SESSION_SEQ_NUM_ENC_LITTLE_DEC_BOTH`
Expand Down Expand Up @@ -392,7 +392,7 @@ Enumeration value used for the `libspdm_set_data` and/or `libspdm_get_data` func
`LIBSPDM_SESSION_STATE_ESTABLISHED` state.
- `LIBSPDM_DATA_SESSION_SEQUENCE_NUMBER_ENDIAN`
- For a given session ID, returns the endianness of the AEAD sequence number when the
negotiated secured SDPM version is 1.0 or 1.1. Its value is one of
negotiated secured SPDM version is 1.0 or 1.1. Its value is one of
- `LIBSPDM_DATA_SESSION_SEQ_NUM_ENC_LITTLE_DEC_LITTLE`
- The endianness of the sequence number is little-endian.
- `LIBSPDM_DATA_SESSION_SEQ_NUM_ENC_BIG_DEC_BIG`
Expand Down
4 changes: 2 additions & 2 deletions doc/api/requester_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The SPDM context.
Indicates if it is a secured message (non-NULL) or an unsecured message (NULL).

**request_attribute**<br/>
Species directives to the Responder. It is a bitmask and its value can contain any combination of
Specifies directives to the Responder. It is a bitmask and its value can contain any combination of
- `SPDM_GET_MEASUREMENTS_REQUEST_ATTRIBUTES_GENERATE_SIGNATURE`
- If set then Responder will provide a signature.
- `SPDM_GET_MEASUREMENTS_REQUEST_ATTRIBUTES_RAW_BIT_STREAM_REQUESTED`
Expand All @@ -177,7 +177,7 @@ Species directives to the Responder. It is a bitmask and its value can contain a
- Only supported in SPDM version 1.2 and later.

**measurement_operation**<br/>
Species the measurement operation to be performed by the Responder. Its value is one of
Specifies the measurement operation to be performed by the Responder. Its value is one of
- `SPDM_GET_MEASUREMENTS_REQUEST_MEASUREMENT_OPERATION_TOTAL_NUMBER_OF_MEASUREMENTS`
- Returns the total number of measurement blocks available through the `number_of_blocks`
parameter.
Expand Down
Loading