Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c623 …PUF_Type *base, puf_key_ctx_t *keyCtx, uint8_t *userKey, size_t userKeySize, uint8_t *keyCode, siz… in PUF_Wrap() argument
662 if (0U != ((0x3u & (uintptr_t)userKey)) || (0U != (0x3u & (uintptr_t)keyCode))) in PUF_Wrap()
667 userKeyAligned = (uint32_t *)(uintptr_t)userKey; in PUF_Wrap()
Dfsl_puf_v3.h231 …PUF_Type *base, puf_key_ctx_t *keyCtx, uint8_t *userKey, size_t userKeySize, uint8_t *keyCode, siz…
/hal_nxp-latest/mcux/mcux-sdk/drivers/puf/
Dfsl_puf.c530 const uint8_t *userKey, in PUF_SetUserKey() argument
571 userKeyAligned = (const uint32_t *)(uintptr_t)userKey; in PUF_SetUserKey()
Dfsl_puf.h230 const uint8_t *userKey,