Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod80 =item SSL_TICKET_EMPTY
123 should return this value if B<status> is B<SSL_TICKET_EMPTY> or
146 If B<status> has the value B<SSL_TICKET_EMPTY> or B<SSL_TICKET_NO_DECRYPT> then
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1824 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()
H A Dssl_sess.c638 case SSL_TICKET_EMPTY: in ssl_get_prev_session()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c970 return SSL_TICKET_EMPTY; in tls_get_stateful_ticket()
1119 if (ret == SSL_TICKET_EMPTY) { in tls_parse_ctos_psk()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c474 case SSL_TICKET_EMPTY: in decrypt_session_ticket_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2544 # define SSL_TICKET_EMPTY 3 macro
H A Dssl.h.in2472 # define SSL_TICKET_EMPTY 3 macro
/freebsd/crypto/openssl/test/
H A Dsslapitest.c7878 if (status == SSL_TICKET_EMPTY) in dec_tick_cb()