Searched refs:SSL_TICKET_EMPTY (Results 1 – 7 of 7) sorted by relevance
80 =item SSL_TICKET_EMPTY123 should return this value if B<status> is B<SSL_TICKET_EMPTY> or146 If B<status> has the value B<SSL_TICKET_EMPTY> or B<SSL_TICKET_NO_DECRYPT> then
1376 ret = SSL_TICKET_EMPTY; in tls_decrypt_ticket()1531 && (ret == SSL_TICKET_EMPTY in tls_decrypt_ticket()1555 if (ret != SSL_TICKET_EMPTY && ret != SSL_TICKET_NO_DECRYPT) in tls_decrypt_ticket()1582 case SSL_TICKET_EMPTY: in tls_decrypt_ticket()
534 case SSL_TICKET_EMPTY: in ssl_get_prev_session()
1030 return SSL_TICKET_EMPTY; in tls_get_stateful_ticket()1187 if (ret == SSL_TICKET_EMPTY) { in tls_parse_ctos_psk()
483 case SSL_TICKET_EMPTY: in decrypt_session_ticket_cb()
5689 if (status == SSL_TICKET_EMPTY) in dec_tick_cb()
2385 # define SSL_TICKET_EMPTY 3 macro