Home
last modified time | relevance | path

Searched refs:keyIndex (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/puf/
Dfsl_puf.c439 …PUF_Type *base, puf_key_index_register_t keyIndex, size_t keySize, uint8_t *keyCode, size_t keyCod… in PUF_SetIntrinsicKey() argument
469 if ((uint32_t)keyIndex > (uint32_t)kPUF_KeyIndexMax) in PUF_SetIntrinsicKey()
478 base->KEYINDEX = (uint32_t)keyIndex; in PUF_SetIntrinsicKey()
529 puf_key_index_register_t keyIndex, in PUF_SetUserKey() argument
565 if ((uint32_t)keyIndex > (uint32_t)kPUF_KeyIndexMax) in PUF_SetUserKey()
575 base->KEYINDEX = (uint32_t)keyIndex; in PUF_SetUserKey()
578 if (keyIndex == kPUF_KeyIndex_00) in PUF_SetUserKey()
599 if (keyIndex == kPUF_KeyIndex_00) in PUF_SetUserKey()
606 if (keyIndex == kPUF_KeyIndex_00) in PUF_SetUserKey()
613 else if (keyIndex != kPUF_KeyIndex_00) in PUF_SetUserKey()
[all …]
Dfsl_puf.h210 …PUF_Type *base, puf_key_index_register_t keyIndex, size_t keySize, uint8_t *keyCode, size_t keyCod…
229 puf_key_index_register_t keyIndex,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c114 …tatus_t (*ffr_keystore_get_kc)(flash_config_t *config, uint8_t *pKeyCode, ffr_key_type_t keyIndex);
145 …tatus_t (*ffr_keystore_get_kc)(flash_config_t *config, uint8_t *pKeyCode, ffr_key_type_t keyIndex);
539 status_t FFR_KeystoreGetKC(flash_config_t *config, uint8_t *pKeyCode, ffr_key_type_t keyIndex) in FFR_KeystoreGetKC() argument
544 return VERSION0_FLASH_API_TREE->ffr_keystore_get_kc(config, pKeyCode, keyIndex); in FFR_KeystoreGetKC()
549 return VERSION1_FLASH_API_TREE->ffr_keystore_get_kc(config, pKeyCode, keyIndex); in FFR_KeystoreGetKC()
Dfsl_iap_ffr.h378 status_t FFR_KeystoreGetKC(flash_config_t *config, uint8_t *pKeyCode, ffr_key_type_t keyIndex);
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c254 uint32_t keyIndex = (0x0Fu & (uint32_t)iv_code[1]); in PRINCE_LoadIV() local
264 if (((uint32_t)kPUF_KeyIndex_02 + (uint32_t)region) == (uint32_t)keyIndex) in PRINCE_LoadIV()