Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dt1_lib.c124 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