Home
last modified time | relevance | path

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

/third_party/openssl/test/
Ddtlstest.c153 BIO *c_to_s_fbio, *mempackbio; in test_dtls_drop_records() local
209 mempackbio = SSL_get_wbio(serverssl); in test_dtls_drop_records()
216 mempackbio = SSL_get_wbio(clientssl); in test_dtls_drop_records()
221 mempackbio = BIO_next(mempackbio); in test_dtls_drop_records()
223 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records()
224 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_REC, idx, NULL); in test_dtls_drop_records()
233 if (!TEST_int_eq((int)BIO_ctrl(mempackbio, MEMPACKET_CTRL_GET_DROP_REC, 0, in test_dtls_drop_records()