Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddtlstest.c190 BIO *c_to_s_fbio, *mempackbio; in test_dtls_drop_records() local
264 mempackbio = SSL_get_wbio(serverssl); in test_dtls_drop_records()
271 mempackbio = SSL_get_wbio(clientssl); in test_dtls_drop_records()
276 mempackbio = BIO_next(mempackbio); in test_dtls_drop_records()
278 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records()
279 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_REC, idx, NULL); in test_dtls_drop_records()
288 if (!TEST_int_eq((int)BIO_ctrl(mempackbio, MEMPACKET_CTRL_GET_DROP_REC, 0, in test_dtls_drop_records()