Searched refs:stk (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | dfa.c | 253 static int did_stk_init = false, *stk; local 275 stk = reallocate_integer_array( stk, current_max_dfa_size ); \ 282 stk[stkend] = state; \ 305 stk = allocate_integer_array( current_max_dfa_size ); 328 ns = stk[stkpos]; 352 if ( IS_MARKED(stk[stkpos]) ) 353 UNMARK_STATE(stk[stkpos])
|
/external/wpa_supplicant/ |
D | wpa.c | 2500 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr, in wpa_supplicant_send_stk_3_of_4() 2713 struct wpa_ptk *stk; in wpa_supplicant_process_stk_1_of_4() local 2746 stk = &peerkey->tstk; in wpa_supplicant_process_stk_1_of_4() 2750 (u8 *) stk, sizeof(*stk)); in wpa_supplicant_process_stk_1_of_4() 2752 os_memcpy(buf, stk->u.auth.tx_mic_key, 8); in wpa_supplicant_process_stk_1_of_4() 2753 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8); in wpa_supplicant_process_stk_1_of_4() 2754 os_memcpy(stk->u.auth.rx_mic_key, buf, 8); in wpa_supplicant_process_stk_1_of_4() 2772 stk)) { in wpa_supplicant_process_stk_1_of_4() 2915 NULL, 0, &peerkey->stk)) in wpa_supplicant_process_stk_3_of_4() 2918 _key = (u8 *) peerkey->stk.tk1; in wpa_supplicant_process_stk_3_of_4() [all …]
|
D | wpa_i.h | 67 struct wpa_ptk stk, tstk; member
|