Searched refs:mempackbio (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | dtlstest.c | 195 BIO *c_to_s_fbio, *mempackbio; in test_dtls_drop_records() local 269 mempackbio = SSL_get_wbio(serverssl); in test_dtls_drop_records() 276 mempackbio = SSL_get_wbio(clientssl); in test_dtls_drop_records() 281 mempackbio = BIO_next(mempackbio); in test_dtls_drop_records() 283 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records() 284 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_REC, idx, NULL); in test_dtls_drop_records() 293 if (!TEST_int_eq((int)BIO_ctrl(mempackbio, MEMPACKET_CTRL_GET_DROP_REC, 0, in test_dtls_drop_records()
|
Completed in 6 milliseconds