Searched refs:MSB (Results 1 – 12 of 12) sorted by relevance
536 msg[1] = MSB(error); in ssl2_SendErrorMessage()707 msg[2] = MSB(keySize); in ssl2_SendSessionKeyMessage()709 msg[4] = MSB(ckLen); in ssl2_SendSessionKeyMessage()711 msg[6] = MSB(ekLen); in ssl2_SendSessionKeyMessage()713 msg[8] = MSB(caLen); in ssl2_SendSessionKeyMessage()793 msg[2] = MSB(cert->len); in ssl2_SendCertificateResponseMessage()795 msg[4] = MSB(encCode->len); in ssl2_SendCertificateResponseMessage()910 out[0] = 0x80 | MSB(amount); in ssl2_SendClear()985 out[0] = 0x80 | MSB(nout); in ssl2_SendStream()1102 *op++ = MSB(nout); in ssl2_SendBlock()[all …]
1877 temp[9] = MSB(inputLength); in ssl3_ComputeRecordMAC()1883 temp[9] = MSB(version); in ssl3_ComputeRecordMAC()1885 temp[11] = MSB(inputLength); in ssl3_ComputeRecordMAC()2146 wrBuf->buf[1] = MSB(cwSpec->version); in ssl3_CompressMACEncryptRecord()2148 wrBuf->buf[3] = MSB(cipherBytes); in ssl3_CompressMACEncryptRecord()4834 if (MSB(version) != MSB(SSL_LIBRARY_VERSION_3_0)) { in ssl3_HandleServerHello()5547 if (MSB(ss->version) == MSB(SSL_LIBRARY_VERSION_3_0)) { in ssl3_RestartHandshakeAfterCertReq()6057 if ((suites.data[i] == MSB(suite->cipher_suite)) && in ssl3_HandleClientHello()6091 if ((suites.data[i] == MSB(suite->cipher_suite)) && in ssl3_HandleClientHello()6435 (suites[i+1] == MSB(suite->cipher_suite)) && in ssl3_HandleV2ClientHello()[all …]
141 #define MSB(x) ((unsigned char) (((unsigned)(x)) >> 8)) macro
143 #define MSB(x) ((x)>>8) macro173 if (MSB(dsoVersion) == MSB(myVersion) && in freebl_LoadDSO()
276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
307 elements in the correct MSB-to-LSB order and Huffman codes in
198 Values whose Most Significant Bit (MSB) is equal to 1 are reserved1146 vendors must request an Option Code whose MSB is equal to zero.
715 # on either GL (with MSB reset) or GR (with MSB set).
333 …-- Manually merged in fix to the prime_random_ex() LTM function that ensures the 2nd MSB is set pr…334 …When you say "I want a 1024/8 byte RSA key" the MSB bit of the modulus is set as expected. Note I…392 -- Merged in fix for mp_prime_random_ex() to deal with MSB and LSB "bugs"578 -- Fixed bug in PSS encoder/decoder that didn't handle the MSB properly
742 # on either GL (with MSB reset) or GR (with MSB set).
830 + kExceedsCount = 0x4000, // new MSB for count >= 4096, originally kReservedFlag11331 + // used as a 5th MSB.
1334 Added code to update the row_info->colortype in png_do_read_filler() (MSB).