Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dxmss_wots.c43 params->len_1 = (CHAR_BIT * n) / params->log_w; in wots_set_params()
44 params->len_2 = (wots_log2(params->len_1 * (w - 1)) / params->log_w) + 1; in wots_set_params()
45 params->len = params->len_1 + params->len_2; in wots_set_params()
128 base_w(basew, params->len_1, msg, params); in wots_sign()
130 for (i=0; i < params->len_1; i++) { in wots_sign()
145 basew[params->len_1 + i] = csum_basew[i]; in wots_sign()
166 base_w(basew, params->len_1, msg, params); in wots_pkFromSig()
168 for (i=0; i < params->len_1; i++) { in wots_pkFromSig()
183 basew[params->len_1 + i] = csum_basew[i]; in wots_pkFromSig()
H A Dxmss_wots.h23 uint32_t len_1; member
/freebsd-12.1/contrib/dialog/
H A Dfselect.c178 int len_1, len_2, cmp_1, cmp_2; in find_choice() local
187 len_1 = 0; in find_choice()
202 if ((len_2 > len_1) in find_choice()
203 || (len_1 == len_2 && cmp_2 < cmp_1)) { in find_choice()
204 len_1 = len_2; in find_choice()
/freebsd-12.1/contrib/binutils/bfd/
H A Dbout.c269 int len_1; in b_out_squirt_out_relocs() local
290 len_1 = 0x20; in b_out_squirt_out_relocs()
300 len_1 = 0x02; in b_out_squirt_out_relocs()
323 raw[7] = pcrel_mask + len_1; in b_out_squirt_out_relocs()