Home | History | Annotate | Download | only in ssl

Lines Matching refs:LSB

1851 	out[10] = LSB(length);
1861 out[10] = LSB(dtls_version);
1864 out[10] = LSB(version);
1867 out[12] = LSB(length);
2827 wrBuf->buf[2] = LSB(version);
2837 wrBuf->buf[12] = LSB(cipherBytes);
2845 wrBuf->buf[2] = LSB(version);
2847 wrBuf->buf[4] = LSB(cipherBytes);
9538 version.minor = LSB(temp);
9541 version.minor = LSB(ss->clientHelloVersion);
11403 dtlsData[1] = LSB(ss->ssl3.hs.recvMessageSeq);