Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c8478 static SSL_TICKET_RETURN tick_dec_ret = SSL_TICKET_RETURN_ABORT; variable
8528 return tick_dec_ret; in dec_tick_cb()
8669 tick_dec_ret = SSL_TICKET_RETURN_IGNORE; in test_ticket_callbacks()
8674 tick_dec_ret = SSL_TICKET_RETURN_IGNORE_RENEW; in test_ticket_callbacks()
8679 tick_dec_ret = SSL_TICKET_RETURN_USE; in test_ticket_callbacks()
8684 tick_dec_ret = SSL_TICKET_RETURN_USE_RENEW; in test_ticket_callbacks()
8688 tick_dec_ret = SSL_TICKET_RETURN_ABORT; in test_ticket_callbacks()
8754 if (tick_dec_ret == SSL_TICKET_RETURN_IGNORE in test_ticket_callbacks()
8755 || tick_dec_ret == SSL_TICKET_RETURN_IGNORE_RENEW in test_ticket_callbacks()
8766 || tick_dec_ret == SSL_TICKET_RETURN_IGNORE_RENEW in test_ticket_callbacks()
[all …]