Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c443 if (((keyDest == kPUF_KeyDestRegister) && (key == NULL)) || (keyDest == kPUF_KeyDestInvalid)) in PUF_GetKey()
747 if (((keyDest == kPUF_KeyDestRegister) && (key == NULL)) || (keyDest == kPUF_KeyDestInvalid)) in PUF_Unwrap()
Dfsl_puf_v3.h49 #define kPUF_KeyDestInvalid (0x3u) macro