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.c2008 if (s->session_ctx->decrypt_ticket_cb != NULL in tls_decrypt_ticket()
2018 retcb = s->session_ctx->decrypt_ticket_cb(s, sess, etick, keyname_len, in tls_decrypt_ticket()
H A Dssl_local.h1172 SSL_CTX_decrypt_session_ticket_fn decrypt_ticket_cb; member
H A Dssl_lib.c5943 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()