Searched refs:MSG_LEN_HI (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/helpers/ | ||
H A D | ssltestlib.c | 104 #define MSG_LEN_HI 1 macro 159 msglen = (rec[MSG_LEN_HI] << 16) | (rec[MSG_LEN_MID] << 8) in dump_data() |
Completed in 3 milliseconds