Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Daes-internal.c782 u32 temp; in rijndaelKeySetupEnc() local
791 temp = rk[3]; in rijndaelKeySetupEnc()
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc()
793 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
807 temp = rk[5]; in rijndaelKeySetupEnc()
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc()
809 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
826 temp = rk[7]; in rijndaelKeySetupEnc()
827 rk[8] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc()
828 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
[all …]
Daes-internal-dec.c31 u32 temp; in rijndaelKeySetupDec() local
39 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp; in rijndaelKeySetupDec()
40 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp; in rijndaelKeySetupDec()
41 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp; in rijndaelKeySetupDec()
42 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp; in rijndaelKeySetupDec()
/hostap-latest/src/fst/
Dfst_ctrl_iface.c791 const char *temp; in fst_ctrl_iface_receive() local
802 temp = p; in fst_ctrl_iface_receive()
804 while (*temp) { in fst_ctrl_iface_receive()
805 if (!isspace(*temp)) { in fst_ctrl_iface_receive()
809 temp++; in fst_ctrl_iface_receive()
Dfst_session.c84 #define foreach_fst_session_safe(s, temp) \ argument
85 dl_list_for_each_safe((s), (temp), &global_sessions_list, \
/hostap-latest/src/eap_common/
Deap_eke_common.c309 u8 temp[EAP_EKE_MAX_HASH_LEN]; in eap_eke_derive_key() local
316 password, password_len, NULL, 0, temp) < 0) in eap_eke_derive_key()
319 temp, sess->prf_len); in eap_eke_derive_key()
329 if (eap_eke_prfplus(sess->prf, temp, sess->prf_len, in eap_eke_derive_key()
/hostap-latest/hostapd/
Dctrl_iface.c3022 char *pos, *temp = NULL; in hostapd_ctrl_iface_vendor() local
3043 temp = os_strchr(pos, ' '); in hostapd_ctrl_iface_vendor()
3044 data_len = temp ? (size_t) (temp - pos) : os_strlen(pos); in hostapd_ctrl_iface_vendor()
/hostap-latest/wpa_supplicant/
Dctrl_iface.c8675 char *pos, *temp = NULL; in wpa_supplicant_vendor_cmd() local
8696 temp = os_strchr(pos, ' '); in wpa_supplicant_vendor_cmd()
8697 data_len = temp ? (size_t) (temp - pos) : os_strlen(pos); in wpa_supplicant_vendor_cmd()
11652 char temp[20]; in wpas_ctrl_iface_configure_scs() local
11654 os_snprintf(temp, sizeof(temp), "scs_id=%d ", in wpas_ctrl_iface_configure_scs()
11656 if (os_strstr(next_scs_desc, temp)) { in wpas_ctrl_iface_configure_scs()