Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/ssl/
Dt1_lib.c1376 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()
Dssl_sess.c534 case SSL_TICKET_EMPTY: in ssl_get_prev_session()
/third_party/openssl/ssl/statem/
Dextensions_srvr.c1030 return SSL_TICKET_EMPTY; in tls_get_stateful_ticket()
1187 if (ret == SSL_TICKET_EMPTY) { in tls_parse_ctos_psk()
/third_party/openssl/test/
Dhandshake_helper.c483 case SSL_TICKET_EMPTY: in decrypt_session_ticket_cb()
Dsslapitest.c5689 if (status == SSL_TICKET_EMPTY) in dec_tick_cb()
/third_party/openssl/include/openssl/
Dssl.h2385 # define SSL_TICKET_EMPTY 3 macro