Home
last modified time | relevance | path

Searched refs:MD5_pos (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha1-tlsprf.c44 int MD5_pos, SHA1_pos; in tls_prf() local
85 MD5_pos = MD5_MAC_LEN; in tls_prf()
88 if (MD5_pos == MD5_MAC_LEN) { in tls_prf()
91 MD5_pos = 0; in tls_prf()
102 out[i] = P_MD5[MD5_pos] ^ P_SHA1[SHA1_pos]; in tls_prf()
104 MD5_pos++; in tls_prf()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dsha1.c236 int MD5_pos, SHA1_pos; in tls_prf() local
276 MD5_pos = MD5_MAC_LEN; in tls_prf()
279 if (MD5_pos == MD5_MAC_LEN) { in tls_prf()
281 MD5_pos = 0; in tls_prf()
291 out[i] = P_MD5[MD5_pos] ^ P_SHA1[SHA1_pos]; in tls_prf()
293 MD5_pos++; in tls_prf()
/external/wpa_supplicant/
Dsha1.c236 int MD5_pos, SHA1_pos; in tls_prf() local
276 MD5_pos = MD5_MAC_LEN; in tls_prf()
279 if (MD5_pos == MD5_MAC_LEN) { in tls_prf()
281 MD5_pos = 0; in tls_prf()
291 out[i] = P_MD5[MD5_pos] ^ P_SHA1[SHA1_pos]; in tls_prf()
293 MD5_pos++; in tls_prf()