2.1.6.15 DRV_PUF_ReconstructCmd()
drv_puf_result_t DRV_PUF_ReconstructCmd (const uint8_t * const activationCode, uint8_t * pufScore)
Performs the Reconstruct command.
| activationCode |
Pointer to the byte array that holds the activation code |
| pufScore |
Pointer to the byte that will hold the PUF score |
Result code of the operation. See drv_puf_result_t enum for details. |
Note:
The PUF must have been enrolled or the driver must have been initialized and started (after a previous enrollment) to run this command successfully.
