Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dkwbimage.c519 int size_exp, size_mod, size_seq; in kwb_export_pubkey() local
545 size_mod = BN_num_bytes(key_n); in kwb_export_pubkey()
546 size_seq = 4 + size_mod + 4 + size_exp; in kwb_export_pubkey()
548 if (size_mod > 256) { in kwb_export_pubkey()
550 size_mod); in kwb_export_pubkey()
572 *cur++ = (size_mod >> 8) & 0xFF; in kwb_export_pubkey()
573 *cur++ = size_mod & 0xFF; in kwb_export_pubkey()
575 cur += size_mod; in kwb_export_pubkey()