Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/key_manager/
Dfsl_key_manager.c39 if ((select != (uint8_t)(KEYMGR_SEL_UDF)) && (select != (uint8_t)(KEYMGR_SEL_PUF))) in KEYMGR_MasterKeyControll()
65 if ((select != (uint8_t)(KEYMGR_SEL_OCOTP)) && (select != (uint8_t)(KEYMGR_SEL_PUF))) in KEYMGR_OTFAD1KeyControll()
91 if ((select != (uint8_t)(KEYMGR_SEL_OCOTP)) && (select != (uint8_t)(KEYMGR_SEL_PUF))) in KEYMGR_OTFAD2KeyControll()
Dfsl_key_manager.h66 #define KEYMGR_SEL_PUF 1u macro