Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c426 uint32_t *keyAligned = NULL; in PUF_GetKey() local
466 keyAligned = (uint32_t *)(uintptr_t)key; in PUF_GetKey()
498 *keyAligned = base->DOR; in PUF_GetKey()
499 keyAligned++; in PUF_GetKey()
736 uint32_t *keyAligned = NULL; in PUF_Unwrap() local
758 keyAligned = (uint32_t *)(uintptr_t)key; in PUF_Unwrap()
789 *keyAligned = base->DOR; in PUF_Unwrap()
790 keyAligned++; in PUF_Unwrap()
/hal_nxp-latest/mcux/mcux-sdk/drivers/puf/
Dfsl_puf.c843 uint32_t *keyAligned = NULL; in PUF_GetKey() local
880 keyAligned = (uint32_t *)(uintptr_t)key; in PUF_GetKey()
911 *keyAligned = temp32; in PUF_GetKey()
912 keyAligned++; in PUF_GetKey()