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