Home | History | Annotate | Download | only in ssl

Lines Matching refs:x82

849 	if (*p > 0x82)  return 0;
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
857 if (*p > 0x82) return 0;
859 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;