Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dbio_dgram_test.c500 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 Dcmp.c3161 int msgs = 0; in cmp_server() local
3167 while (opt_max_msgs <= 0 || msgs < opt_max_msgs) { in cmp_server()
3189 msgs++; in cmp_server()

Completed in 20 milliseconds