Home
last modified time | relevance | path

Searched refs:MD5_pos (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-tlsprf.c37 int MD5_pos, SHA1_pos; in tls_prf_sha1_md5() local
74 MD5_pos = MD5_MAC_LEN; in tls_prf_sha1_md5()
77 if (MD5_pos == MD5_MAC_LEN) { in tls_prf_sha1_md5()
79 MD5_pos = 0; in tls_prf_sha1_md5()
89 out[i] = P_MD5[MD5_pos] ^ P_SHA1[SHA1_pos]; in tls_prf_sha1_md5()
91 MD5_pos++; in tls_prf_sha1_md5()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-tlsprf.c37 int MD5_pos, SHA1_pos; in tls_prf_sha1_md5() local
74 MD5_pos = MD5_MAC_LEN; in tls_prf_sha1_md5()
77 if (MD5_pos == MD5_MAC_LEN) { in tls_prf_sha1_md5()
79 MD5_pos = 0; in tls_prf_sha1_md5()
89 out[i] = P_MD5[MD5_pos] ^ P_SHA1[SHA1_pos]; in tls_prf_sha1_md5()
91 MD5_pos++; in tls_prf_sha1_md5()

Completed in 1 milliseconds