Searched refs:msgs (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | bio_dgram_test.c | 500 BIO_MSG msgs[2], rmsgs[2]; in test_bio_dgram_pair() local 509 memset(msgs, 0, sizeof(msgs)); in test_bio_dgram_pair() 605 msgs[0].data = scratch; in test_bio_dgram_pair() 606 msgs[0].data_len = 19; in test_bio_dgram_pair() 607 msgs[1].data = scratch + 19; in test_bio_dgram_pair() 608 msgs[1].data_len = 46; in test_bio_dgram_pair() 610 if (!TEST_true(BIO_sendmmsg(bio1, msgs, sizeof(BIO_MSG), OSSL_NELEM(msgs), 0, in test_bio_dgram_pair() 655 msgs[0].peer = addr1; in test_bio_dgram_pair() 658 if (!TEST_false(BIO_sendmmsg(bio1, msgs, sizeof(BIO_MSG), in test_bio_dgram_pair() 710 msgs[0].local = addr2; in test_bio_dgram_pair() [all …]
|
/openssl/apps/ |
H A D | cmp.c | 3225 int msgs = 0; in cmp_server() local 3231 while (opt_max_msgs <= 0 || msgs < opt_max_msgs) { in cmp_server() 3253 msgs++; in cmp_server()
|
Completed in 31 milliseconds