Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/tools/
Dimage-host.c357 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()
Dimage-host.c.orig357 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/
Dimage-cipher.c104 info->node_noffset = image_noffset; in fit_image_setup_decrypt()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1393 int node_noffset; /* Offset of the cipher node */ member
Dimage.h.orig1373 int node_noffset; /* Offset of the cipher node */