Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c3294 * If set, the decrypt_ticket_cb() is called unless a fatal error was in tls_decrypt_ticket()
3298 if (s->session_ctx->decrypt_ticket_cb != NULL in tls_decrypt_ticket()
3308 retcb = s->session_ctx->decrypt_ticket_cb(SSL_CONNECTION_GET_SSL(s), in tls_decrypt_ticket()
H A Dssl_local.h1140 SSL_CTX_decrypt_session_ticket_fn decrypt_ticket_cb; member
H A Dssl_lib.c7408 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()