File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments