Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_validate.h17 #define KEY_SIZE 4096 macro
18 #define KEY_SIZE_BYTES (KEY_SIZE/8)
/openbmc/qemu/include/hw/misc/
H A Dmax78000_aes.h29 #define KEY_SIZE (1 << 7 | 1 << 6) macro
/openbmc/qemu/hw/misc/
H A Dmax78000_aes.c74 if ((s->ctrl & KEY_SIZE) == 0) { in max78000_aes_do_crypto()
77 } else if ((s->ctrl & KEY_SIZE) == 1 << 6) { in max78000_aes_do_crypto()
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h203 #define KEY_SIZE (sizeof (struct key)) macro
464 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))