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

/u-boot/boot/
H A Dimage-cipher.c22 .iv_len = AES_BLOCK_LENGTH,
33 .iv_len = AES_BLOCK_LENGTH,
44 .iv_len = AES_BLOCK_LENGTH,
/u-boot/lib/aes/
H A Daes-encrypt.c134 info->iv, info->cipher->iv_len);
138 info->iv, info->cipher->iv_len);
/u-boot/tools/
H A Dimage-host.c453 info->iv = malloc(info->cipher->iv_len);
464 info->cipher->iv_len);
469 ret = get_random_data((void *)info->iv, info->cipher->iv_len);
/u-boot/include/
H A Dimage.h1792 int iv_len; /* Length of the IV */ member in struct:cipher_algo

Completed in 46 milliseconds