Searched refs:ivname (Results 1 - 4 of 4) sorted by relevance

/u-boot/boot/
H A Dimage-cipher.c98 info->ivname = fdt_getprop(fit, cipher_noffset, "iv-name-hint", NULL);
100 if (!info->iv && !info->ivname) {
125 if (info->ivname)
127 FIT_CIPHER_NODENAME, algo_name, info->keyname, info->ivname);
/u-boot/lib/aes/
H A Daes-encrypt.c104 if (info->ivname)
106 info->name, info->keyname, info->ivname);
131 if (info->ivname)
/u-boot/tools/
H A Dimage-host.c427 info->ivname = fdt_getprop(fit, noffset, "iv-name-hint", NULL);
460 if (info->ivname) {
462 ret = fit_image_read_key_iv_data(info->keydir, info->ivname,
/u-boot/include/
H A Dimage.h1778 const char *ivname; /* Name of IV to use */ member in struct:image_cipher_info

Completed in 77 milliseconds