Searched refs:pKeyStore (Results 1 – 11 of 11) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/iap1/ |
D | fsl_iap.c | 112 status_t (*ffr_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore); 143 status_t (*ffr_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore); 509 status_t FFR_KeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore) in FFR_KeystoreWrite() argument 514 return VERSION0_FLASH_API_TREE->ffr_keystore_write(config, pKeyStore); in FFR_KeystoreWrite() 519 return VERSION1_FLASH_API_TREE->ffr_keystore_write(config, pKeyStore); in FFR_KeystoreWrite()
|
D | fsl_iap_ffr.h | 361 status_t FFR_KeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/ |
D | fsl_flash_ffr.h | 518 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore); 558 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/ |
D | fsl_flash_ffr.h | 518 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore); 558 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/ |
D | fsl_flash_ffr.h | 518 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore); 558 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/ |
D | fsl_flash.c | 83 status_t (*ffr_cust_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore); 353 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore) in FFR_CustKeystoreWrite() argument 356 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_cust_keystore_write(config, pKeyStore); in FFR_CustKeystoreWrite()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/ |
D | fsl_flash.c | 83 status_t (*ffr_cust_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore); 353 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore) in FFR_CustKeystoreWrite() argument 356 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_cust_keystore_write(config, pKeyStore); in FFR_CustKeystoreWrite()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/ |
D | fsl_flash.c | 83 status_t (*ffr_cust_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore); 353 status_t FFR_CustKeystoreWrite(flash_config_t *config, ffr_key_store_t *pKeyStore) in FFR_CustKeystoreWrite() argument 356 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_cust_keystore_write(config, pKeyStore); in FFR_CustKeystoreWrite()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/drivers/runbootloader/src/ |
D | fsl_runbootloader.c | 85 status_t (*ffr_cust_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/drivers/runbootloader/src/ |
D | fsl_runbootloader.c | 85 status_t (*ffr_cust_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/drivers/runbootloader/src/ |
D | fsl_runbootloader.c | 85 status_t (*ffr_cust_keystore_write)(flash_config_t *config, ffr_key_store_t *pKeyStore);
|