Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dsha1-tlsprf.c46 size_t MD5_len[3]; in tls_prf() local
54 MD5_len[0] = MD5_MAC_LEN; in tls_prf()
56 MD5_len[1] = os_strlen(label); in tls_prf()
58 MD5_len[2] = seed_len; in tls_prf()
81 hmac_md5_vector_non_fips_allow(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], in tls_prf()
90 MD5_len, P_MD5); in tls_prf()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dsha1.c238 size_t MD5_len[3]; in tls_prf() local
246 MD5_len[0] = MD5_MAC_LEN; in tls_prf()
248 MD5_len[1] = os_strlen(label); in tls_prf()
250 MD5_len[2] = seed_len; in tls_prf()
273 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf()
280 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf()
/external/wpa_supplicant/
Dsha1.c238 size_t MD5_len[3]; in tls_prf() local
246 MD5_len[0] = MD5_MAC_LEN; in tls_prf()
248 MD5_len[1] = os_strlen(label); in tls_prf()
250 MD5_len[2] = seed_len; in tls_prf()
273 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf()
280 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf()