Searched refs:MSG_LEN_MID (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssltestlib.c130 #define MSG_LEN_MID 2 macro
184 msglen = (rec[MSG_LEN_HI] << 16) | (rec[MSG_LEN_MID] << 8)
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c115 #define MSG_LEN_MID 2 macro
169 msglen = (rec[MSG_LEN_HI] << 16) | (rec[MSG_LEN_MID] << 8)

Completed in 289 milliseconds