2.1.6.25 DRV_PUF_UnwrapCmd()

drv_puf_result_t DRV_PUF_UnwrapCmd (const uint8_t * keyCode, drv_puf_data_destination_t keyDest, uint8_t * key)

Performs the Unwrap command.

Parameters:
keyCode

Pointer to the byte array that holds the key code

keyDest

Key destination

key

Pointer to the byte array that will hold the key

Returns:

Result code of the operation. See drv_puf_result_t enum for details.

Note:

The PUF must have been enrolled or started/reconstructed to run this command successfully.