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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dasynciotest.c209 char smallrec[MIN_RECORD_LEN] = { local
218 smallrec[CONTENTTYPEPOS] = contenttype;
219 smallrec[VERSIONHIPOS] = versionhi;
220 smallrec[VERSIONLOPOS] = versionlo;
221 smallrec[DATAPOS] = data;
222 ret = BIO_write(next, smallrec, MIN_RECORD_LEN);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dasynciotest.c209 char smallrec[MIN_RECORD_LEN] = { local
218 smallrec[CONTENTTYPEPOS] = contenttype;
219 smallrec[VERSIONHIPOS] = versionhi;
220 smallrec[VERSIONLOPOS] = versionlo;
221 smallrec[DATAPOS] = data;
222 ret = BIO_write(next, smallrec, MIN_RECORD_LEN);

Completed in 195 milliseconds