Skip to content

Commit 83aa539

Browse files
Grolleau-BenjaminGrom-
authored andcommitted
[docs][api] fix typo in ab3d296
Signed-off-by: Benjamin Grolleau <benjamin.grolleau@outlook.com>
1 parent 3c51576 commit 83aa539

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

api/stse_asymmetric_keys_management.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ stse_ReturnCode_t stse_get_ecc_key_slot_info(
8080
/**
8181
* \brief Generate an ECDHE key pair
8282
* \details This API request STSE to generate an ECDHE key pair.
83-
* If the slot is already seeded, it will be overwritten with the new key
83+
* If the slot is already seeded, it will be overwritten with the new key.
84+
* Note that the slot 0 can't be reprovisionned.
8485
* \param[in] pSTSE Pointer to STSE Handler
8586
* \param[in] key_type Key type to generate
8687
* \param[out] pPublic_key Public key of the generated key pair
@@ -95,7 +96,8 @@ stse_ReturnCode_t stse_generate_ECDHE_key_pair(
9596
/**
9697
* \brief Generate an ECC key pair
9798
* \details This API requests the STSE to generate an ECC key pair in the private key table.
98-
* If the slot is already seeded, it will be overwritten with the new key
99+
* If the slot is already seeded, it will be overwritten with the new key.
100+
* Note that the slot 0 can't be reprovisionned.
99101
* \param[in] pSTSE Pointer to STSE Handler
100102
* \param[in] slot_number Private key table slot used to generate the key pair
101103
* \param[in] key_type Key pair type

0 commit comments

Comments
 (0)