Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-cipher.c23 .iv_len = AES_BLOCK_LENGTH,
34 .iv_len = AES_BLOCK_LENGTH,
45 .iv_len = AES_BLOCK_LENGTH,
/u-boot/lib/aes/
A Daes-encrypt.c131 info->iv, info->cipher->iv_len); in image_aes_add_cipher_data()
135 info->iv, info->cipher->iv_len); in image_aes_add_cipher_data()
/u-boot/tools/
A Dimage-host.c410 info->iv = malloc(info->cipher->iv_len); in fit_image_setup_cipher()
422 info->cipher->iv_len); in fit_image_setup_cipher()
425 ret = get_random_data((void *)info->iv, info->cipher->iv_len); in fit_image_setup_cipher()
/u-boot/include/
A Dimage.h1485 int iv_len; /* Length of the IV */ member

Completed in 9 milliseconds