Searched refs:size_seq (Results 1 – 1 of 1) sorted by relevance
519 int size_exp, size_mod, size_seq; in kwb_export_pubkey() local546 size_seq = 4 + size_mod + 4 + size_exp; in kwb_export_pubkey()555 if (4 + size_seq > sizeof(dst->key)) { in kwb_export_pubkey()557 4 + size_seq, sizeof(dst->key)); in kwb_export_pubkey()567 *cur++ = (size_seq >> 8) & 0xFF; in kwb_export_pubkey()568 *cur++ = size_seq & 0xFF; in kwb_export_pubkey()