Searched refs:SSL_TICKET_EMPTY (Results 1 – 8 of 8) 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
1824 ret = SSL_TICKET_EMPTY; in tls_decrypt_ticket()2009 && (ret == SSL_TICKET_EMPTY in tls_decrypt_ticket()2033 if (ret != SSL_TICKET_EMPTY && ret != SSL_TICKET_NO_DECRYPT) in tls_decrypt_ticket()2060 case SSL_TICKET_EMPTY: in tls_decrypt_ticket()
638 case SSL_TICKET_EMPTY: in ssl_get_prev_session()
970 return SSL_TICKET_EMPTY; in tls_get_stateful_ticket()1119 if (ret == SSL_TICKET_EMPTY) { in tls_parse_ctos_psk()
474 case SSL_TICKET_EMPTY: in decrypt_session_ticket_cb()
2544 # define SSL_TICKET_EMPTY 3 macro
2472 # define SSL_TICKET_EMPTY 3 macro
7878 if (status == SSL_TICKET_EMPTY) in dec_tick_cb()