Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDxmss_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()
HDxmss_wots.h23 uint32_t len_1; member
/dragonfly/contrib/dialog/
HDfselect.c152 int len_1, cmp_1; in find_choice() local
158 len_1 = 0; in find_choice()
174 if ((len_2 > len_1) in find_choice()
175 || (len_1 == len_2 && cmp_2 < cmp_1)) { in find_choice()
176 len_1 = len_2; in find_choice()
/dragonfly/crypto/libressl/crypto/ec/
HDec_asn1.c807 size_t len_1, len_2; in ec_asn1_group2curve() local
824 len_1 = (size_t) BN_num_bytes(tmp_1); in ec_asn1_group2curve()
827 if (len_1 == 0) { in ec_asn1_group2curve()
830 len_1 = 1; in ec_asn1_group2curve()
832 if ((buffer_1 = malloc(len_1)) == NULL) { in ec_asn1_group2curve()
836 if ((len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0) { in ec_asn1_group2curve()
860 if (!ASN1_STRING_set(curve->a, a_buf, len_1) || in ec_asn1_group2curve()
/dragonfly/contrib/gdb-7/gdb/
HDada-lang.c4493 int len_1 = strlen (name_1); in ada_identical_enum_types_p() local
4496 ada_remove_trailing_digits (TYPE_FIELD_NAME (type1, i), &len_1); in ada_identical_enum_types_p()
4498 if (len_1 != len_2 in ada_identical_enum_types_p()
4501 len_1) != 0) in ada_identical_enum_types_p()