Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c226 …us_t PUF_Enroll(PUF_Type *base, uint8_t *activationCode, size_t activationCodeSize, uint8_t *score) in PUF_Enroll() argument
276 if ((0u != (base->SR & PUF_SR_OK_MASK)) && (score != NULL)) in PUF_Enroll()
278 *score = (uint8_t)(base->PSR & PUF_PSR_PUF_SCORE_MASK); in PUF_Enroll()
301 …PUF_Start(PUF_Type *base, const uint8_t *activationCode, size_t activationCodeSize, uint8_t *score) in PUF_Start() argument
362 if ((0u != (base->SR & PUF_SR_OK_MASK)) && (score != NULL)) in PUF_Start()
364 *score = (uint8_t)(base->PSR & PUF_PSR_PUF_SCORE_MASK); in PUF_Start()
927 status_t PUF_Test(PUF_Type *base, uint8_t *score) in PUF_Test() argument
951 if ((0u != (base->SR & PUF_SR_OK_MASK)) && (score != NULL)) in PUF_Test()
953 *score = (uint8_t)(base->PSR & PUF_PSR_PUF_SCORE_MASK); in PUF_Test()
Dfsl_puf_v3.h159 …s_t PUF_Enroll(PUF_Type *base, uint8_t *activationCode, size_t activationCodeSize, uint8_t *score);
175 …UF_Start(PUF_Type *base, const uint8_t *activationCode, size_t activationCodeSize, uint8_t *score);
281 status_t PUF_Test(PUF_Type *base, uint8_t *score);