Searched refs:tls_decrypt_ticket (Results 1 – 1 of 1) sorted by relevance
124 static int tls_decrypt_ticket(SSL *s, CBS *ticket, int *alert,949 return tls_decrypt_ticket(s, &ext_data, alert, ret); in tls1_process_ticket()964 tls_decrypt_ticket(SSL *s, CBS *ticket, int *alert, SSL_SESSION **psess) in tls_decrypt_ticket() function