Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_dgram_test.c497 uint8_t scratch[2048 + 4], scratch2[2048]; in test_bio_dgram_pair() local
589 r = BIO_read(bio2, scratch2, sizeof(scratch2)); in test_bio_dgram_pair()
598 if (!TEST_int_eq(BIO_read(bio2, scratch2, sizeof(scratch2)), -1)) in test_bio_dgram_pair()
615 rmsgs[0].data = scratch2; in test_bio_dgram_pair()
617 rmsgs[1].data = scratch2 + 64; in test_bio_dgram_pair()
687 rmsgs[0].data = scratch2; in test_bio_dgram_pair()
719 rmsgs[0].data = scratch2; in test_bio_dgram_pair()
746 memset(scratch2, 0, 64); in test_bio_dgram_pair()
750 if (!TEST_int_eq(BIO_read(bio2, scratch2, 32), -1)) in test_bio_dgram_pair()
759 if (!TEST_int_eq(BIO_read(bio2, scratch2, 32), 32)) in test_bio_dgram_pair()
[all …]

Completed in 5 milliseconds