Searched refs:tls13_derive_session_psk (Results 1 – 4 of 4) sorted by relevance
417 bool tls13_derive_session_psk(SSL_SESSION *session, Span<const uint8_t> nonce) { in tls13_derive_session_psk() function
884 if (!tls13_derive_session_psk(session.get(), ticket_nonce)) { in tls13_process_new_session_ticket()
220 !tls13_derive_session_psk(session.get(), nonce) || in add_new_session_tickets()
1298 bool tls13_derive_session_psk(SSL_SESSION *session, Span<const uint8_t> nonce);