Searched refs:MD5_pos (Results 1 – 1 of 1) sorted by relevance
37 int MD5_pos, SHA1_pos; in tls_prf_sha1_md5() local74 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()