Home
last modified time | relevance | path

Searched refs:size_exp (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/
H A Dkwbimage.c519 int size_exp, size_mod, size_seq; in kwb_export_pubkey() local
544 size_exp = BN_num_bytes(key_e); in kwb_export_pubkey()
546 size_seq = 4 + size_mod + 4 + size_exp; in kwb_export_pubkey()
579 *cur++ = (size_exp >> 8) & 0xFF; in kwb_export_pubkey()
580 *cur++ = size_exp & 0xFF; in kwb_export_pubkey()
/openbmc/u-boot/include/
H A Dec_commands.h1203 uint8_t size_exp; member