Searched refs:node_noffset (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/tools/ |
D | image-host.c | 357 info->node_noffset = noffset; in fit_image_setup_cipher() 431 const char *node_name, int node_noffset, in fit_image_process_cipher() argument 443 image_noffset, node_name, node_noffset); in fit_image_process_cipher() 466 ret = fit_image_write_cipher(fit, image_noffset, node_noffset, in fit_image_process_cipher() 485 int node_noffset; in fit_image_cipher_data() local 501 for (node_noffset = fdt_first_subnode(fit, image_noffset); in fit_image_cipher_data() 502 node_noffset >= 0; in fit_image_cipher_data() 503 node_noffset = fdt_next_subnode(fit, node_noffset)) { in fit_image_cipher_data() 507 node_name = fit_get_name(fit, node_noffset, NULL); in fit_image_cipher_data() 519 node_name, node_noffset, in fit_image_cipher_data()
|
D | image-host.c.orig | 357 info->node_noffset = noffset; 431 const char *node_name, int node_noffset, 443 image_noffset, node_name, node_noffset); 466 ret = fit_image_write_cipher(fit, image_noffset, node_noffset, 485 int node_noffset; 501 for (node_noffset = fdt_first_subnode(fit, image_noffset); 502 node_noffset >= 0; 503 node_noffset = fdt_next_subnode(fit, node_noffset)) { 507 node_name = fit_get_name(fit, node_noffset, NULL); 519 node_name, node_noffset,
|
/third_party/uboot/u-boot-2020.01/common/ |
D | image-cipher.c | 104 info->node_noffset = image_noffset; in fit_image_setup_decrypt()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 1393 int node_noffset; /* Offset of the cipher node */ member
|
D | image.h.orig | 1373 int node_noffset; /* Offset of the cipher node */
|