Home
last modified time | relevance | path

Searched refs:kStatus_PUF_OperationNotAllowed (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c249 return kStatus_PUF_OperationNotAllowed; in PUF_Enroll()
327 return kStatus_PUF_OperationNotAllowed; in PUF_Start()
389 return kStatus_PUF_OperationNotAllowed; in PUF_Stop()
433 return kStatus_PUF_OperationNotAllowed; in PUF_GetKey()
534 return kStatus_PUF_OperationNotAllowed; in PUF_WrapGeneratedRandom()
634 return kStatus_PUF_OperationNotAllowed; in PUF_Wrap()
743 return kStatus_PUF_OperationNotAllowed; in PUF_Unwrap()
826 return kStatus_PUF_OperationNotAllowed; in PUF_GenerateRandom()
934 return kStatus_PUF_OperationNotAllowed; in PUF_Test()
Dfsl_puf_v3.h96 kStatus_PUF_OperationNotAllowed = MAKE_STATUS(kStatusGroup_PUF, 0xA5), enumerator