Searched refs:ivname (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | image-cipher.c | 97 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/ |
D | aes-encrypt.c | 101 info->name, info->keyname, info->ivname); in image_aes_add_cipher_data()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | image-host.c | 349 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()
|
D | image-host.c.orig | 349 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/ |
D | image.h | 1391 const char *ivname; /* Name of IV to use */ member
|
D | image.h.orig | 1371 const char *ivname; /* Name of IV to use */
|