Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dimage-cipher.c97 info->ivname = fdt_getprop(fit, cipher_noffset, "iv-name-hint", NULL); in fit_image_setup_decrypt()
98 if (!info->ivname) { in fit_image_setup_decrypt()
124 FIT_CIPHER_NODENAME, algo_name, info->keyname, info->ivname); in fit_image_setup_decrypt()
/third_party/uboot/u-boot-2020.01/lib/aes/
Daes-encrypt.c101 info->name, info->keyname, info->ivname); in image_aes_add_cipher_data()
/third_party/uboot/u-boot-2020.01/tools/
Dimage-host.c349 info->ivname = fdt_getprop(fit, noffset, "iv-name-hint", NULL); in fit_image_setup_cipher()
350 if (!info->ivname) { in fit_image_setup_cipher()
382 info->keydir, info->ivname, ".bin"); in fit_image_setup_cipher()
Dimage-host.c.orig349 info->ivname = fdt_getprop(fit, noffset, "iv-name-hint", NULL);
350 if (!info->ivname) {
382 info->keydir, info->ivname, ".bin");
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1391 const char *ivname; /* Name of IV to use */ member
Dimage.h.orig1371 const char *ivname; /* Name of IV to use */