Searched refs:tnc (Results 1 – 19 of 19) sorted by relevance
37 unsigned int tnc; in mpn_rshift() local46 tnc = GMP_NUMB_BITS - cnt; in mpn_rshift()48 retval = (high_limb << tnc) & GMP_NUMB_MASK; in mpn_rshift()54 *rp++ = low_limb | ((high_limb << tnc) & GMP_NUMB_MASK); in mpn_rshift()
37 unsigned int tnc; in mpn_lshiftc() local49 tnc = GMP_NUMB_BITS - cnt; in mpn_lshiftc()51 retval = low_limb >> tnc; in mpn_lshiftc()57 *--rp = (~(high_limb | (low_limb >> tnc))) & GMP_NUMB_MASK; in mpn_lshiftc()
37 unsigned int tnc; in mpn_lshift() local49 tnc = GMP_NUMB_BITS - cnt; in mpn_lshift()51 retval = low_limb >> tnc; in mpn_lshift()57 *--rp = high_limb | (low_limb >> tnc); in mpn_lshift()
152 int tnc; member
262 int tnc; member804 eap_conf.tnc = data->tnc; in radius_server_get_new_session()2400 data->tnc = conf->tnc; in radius_server_init()
127 srv.tnc = conf->tnc; in hostapd_setup_radius_srv()
434 int tnc; member
2441 conf.tnc = hapd->conf->tnc; in ieee802_1x_init()
1095 if (conf->tnc && tncs_global_init() < 0) { in hostapd_setup_bss()
43 int tnc; member
842 eap_conf.tnc = eapol->conf.tnc; in eapol_auth_alloc()1241 dst->tnc = src->tnc; in eapol_auth_conf_clone()
128 int tnc; member
197 int tnc; member
1876 sm->tnc = conf->tnc; in eap_server_sm_init()
1023 if (data->state != PHASE2_SOH && sm->tnc && in eap_peap_process_phase2_response()
1115 if (!sm->tnc || data->state != SUCCESS || data->tnc_started) in eap_ttls_start_tnc()
1075 if (sm->tnc && !data->tnc_started) { in eap_fast_process_phase2_response()
1057 if (sm->tnc && !data->tnc_started) { in eap_teap_process_phase2_response()
550 int cnt, tnc; in mpz_tdiv_q_2exp() local573 tnc = GMP_LIMB_BITS - cnt; in mpz_tdiv_q_2exp()580 *rp++ = low_limb | LO (high_limb << tnc); in mpz_tdiv_q_2exp()