Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/romapi/nboot/
Dfsl_romapi_nboot.c10 #define NBOOT_API_TREE ((nboot_interface_t *)(((uint32_t *)ROM_API_TREE_ADDR)[10])) macro
14 assert(NBOOT_API_TREE); in NBOOT_ContextInit()
15 return NBOOT_API_TREE->nboot_context_init(context); in NBOOT_ContextInit()
20 assert(NBOOT_API_TREE); in NBOOT_ContextDeinit()
21 return NBOOT_API_TREE->nboot_context_deinit(context); in NBOOT_ContextDeinit()
28 assert(NBOOT_API_TREE); in NBOOT_Sb3LoadManifest()
29 return NBOOT_API_TREE->nboot_sb3_load_manifest(context, manifest, parms); in NBOOT_Sb3LoadManifest()
34 assert(NBOOT_API_TREE); in NBOOT_Sb3LoadBlock()
35 return NBOOT_API_TREE->nboot_sb3_load_block(context, block); in NBOOT_Sb3LoadBlock()
42 assert(NBOOT_API_TREE); in NBOOT_Sb3CheckAuthenticityAndCompleteness()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/romapi/nboot/
Dfsl_romapi_nboot.c10 #define NBOOT_API_TREE ((nboot_interface_t *)(((uint32_t *)ROM_API_TREE_ADDR)[10])) macro
14 assert(NBOOT_API_TREE); in NBOOT_ContextInit()
15 return NBOOT_API_TREE->nboot_context_init(context); in NBOOT_ContextInit()
20 assert(NBOOT_API_TREE); in NBOOT_ContextDeinit()
21 return NBOOT_API_TREE->nboot_context_deinit(context); in NBOOT_ContextDeinit()
28 assert(NBOOT_API_TREE); in NBOOT_Sb3LoadManifest()
29 return NBOOT_API_TREE->nboot_sb3_load_manifest(context, manifest, parms); in NBOOT_Sb3LoadManifest()
34 assert(NBOOT_API_TREE); in NBOOT_Sb3LoadBlock()
35 return NBOOT_API_TREE->nboot_sb3_load_block(context, block); in NBOOT_Sb3LoadBlock()
42 assert(NBOOT_API_TREE); in NBOOT_Sb3CheckAuthenticityAndCompleteness()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/romapi/nboot/
Dfsl_romapi_nboot.c10 #define NBOOT_API_TREE ((nboot_interface_t *)(((uint32_t *)ROM_API_TREE_ADDR)[10])) macro
14 assert(NBOOT_API_TREE); in NBOOT_ContextInit()
15 return NBOOT_API_TREE->nboot_context_init(context); in NBOOT_ContextInit()
20 assert(NBOOT_API_TREE); in NBOOT_ContextDeinit()
21 return NBOOT_API_TREE->nboot_context_deinit(context); in NBOOT_ContextDeinit()
28 assert(NBOOT_API_TREE); in NBOOT_Sb3LoadManifest()
29 return NBOOT_API_TREE->nboot_sb3_load_manifest(context, manifest, parms); in NBOOT_Sb3LoadManifest()
34 assert(NBOOT_API_TREE); in NBOOT_Sb3LoadBlock()
35 return NBOOT_API_TREE->nboot_sb3_load_block(context, block); in NBOOT_Sb3LoadBlock()
42 assert(NBOOT_API_TREE); in NBOOT_Sb3CheckAuthenticityAndCompleteness()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/nboot/
Dfsl_romapi_nboot.c11 #define NBOOT_API_TREE ((nboot_interface_t *)(((uint32_t *)ROM_API_TREE_ADDR)[4])) macro
15 assert(NBOOT_API_TREE); in romapi_rng_generate_random()
16 return NBOOT_API_TREE->rng_generate_random(output, outputByteLen); in romapi_rng_generate_random()
21 assert(NBOOT_API_TREE); in nboot_context_init()
22 return NBOOT_API_TREE->context_init(context); in nboot_context_init()
27 assert(NBOOT_API_TREE); in nboot_context_deinit()
28 return NBOOT_API_TREE->context_deinit(context); in nboot_context_deinit()
35 assert(NBOOT_API_TREE); in nboot_sb3_load_manifest()
36 return NBOOT_API_TREE->sb3_load_manifest(context, manifest, parms); in nboot_sb3_load_manifest()
41 assert(NBOOT_API_TREE); in nboot_sb3_load_block()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/nboot/
Dfsl_romapi_nboot.c11 #define NBOOT_API_TREE ((nboot_interface_t *)(((uint32_t *)ROM_API_TREE_ADDR)[4])) macro
15 assert(NBOOT_API_TREE); in romapi_rng_generate_random()
16 return NBOOT_API_TREE->rng_generate_random(output, outputByteLen); in romapi_rng_generate_random()
21 assert(NBOOT_API_TREE); in nboot_context_init()
22 return NBOOT_API_TREE->context_init(context); in nboot_context_init()
27 assert(NBOOT_API_TREE); in nboot_context_deinit()
28 return NBOOT_API_TREE->context_deinit(context); in nboot_context_deinit()
35 assert(NBOOT_API_TREE); in nboot_sb3_load_manifest()
36 return NBOOT_API_TREE->sb3_load_manifest(context, manifest, parms); in nboot_sb3_load_manifest()
41 assert(NBOOT_API_TREE); in nboot_sb3_load_block()
[all …]