Home
last modified time | relevance | path

Searched refs:PUF_ACTIVATION_CODE_SIZE (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c205 if (activationCodeSize < PUF_ACTIVATION_CODE_SIZE) in PUF_Enroll()
279 if (activationCodeSize < PUF_ACTIVATION_CODE_SIZE) in PUF_Start()
285 activationCodeSize = PUF_ACTIVATION_CODE_SIZE; in PUF_Start()
326 activationCodeSize = PUF_ACTIVATION_CODE_SIZE - sizeof(uint32_t); in PUF_Start()
Dfsl_puf_v3.h78 #define PUF_ACTIVATION_CODE_SIZE 996 macro
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/puf/
Dfsl_puf.h114 #define PUF_ACTIVATION_CODE_SIZE 1192U macro
Dfsl_puf.c301 if (activationCodeSize < PUF_ACTIVATION_CODE_SIZE) in PUF_Enroll()