Searched refs:hs_start_hash (Results 1 – 1 of 1) sorted by relevance
24 static unsigned char hs_start_hash[] = { variable140 if (sizeof(hs_start_hash) > outlen in ssl_handshake_hash()141 || sizeof(hs_full_hash) != sizeof(hs_start_hash)) in ssl_handshake_hash()148 memcpy(out, hs_start_hash, sizeof(hs_start_hash)); in ssl_handshake_hash()149 *hashlen = sizeof(hs_start_hash); in ssl_handshake_hash()
Completed in 6 milliseconds