TCP_SIGLEN
char sigbuf[TCP_SIGLEN];
!consttime_memequal(sigp, cp + 2, TCP_SIGLEN))
memcpy(sigbuf, cp + 2, TCP_SIGLEN);
char sig[TCP_SIGLEN];
if (!consttime_memequal(sig, sigp, TCP_SIGLEN)) {
memset(optp, 0, TCP_SIGLEN);
optp += TCP_SIGLEN;
memset(optp, 0, TCP_SIGLEN);
optp += TCP_SIGLEN;