Home | History | Annotate | Download | only in ssl

Lines Matching refs:tls_decrypt_ticket

123 static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen,
2474 r = tls_decrypt_ticket(s, p, size, session_id, len, ret);
2494 /* tls_decrypt_ticket attempts to decrypt a session ticket.
2509 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen,