Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/tools/
A Dimage-host.c527 int cipher_node_offset, len; in fit_image_cipher_data() local
557 cipher_node_offset = fdt_subnode_offset(fit, image_noffset, in fit_image_cipher_data()
559 if (cipher_node_offset == -FDT_ERR_NOTFOUND) in fit_image_cipher_data()
561 if (cipher_node_offset < 0) { in fit_image_cipher_data()
568 image_noffset, cipher_node_offset, data, size, cmdname); in fit_image_cipher_data()

Completed in 5 milliseconds