Searched refs:tls13_update_key (Results 1 – 5 of 5) sorted by relevance
755 int tls13_update_key(SSL_CONNECTION *s, int sending) in tls13_update_key() function
2732 __owur int tls13_update_key(SSL_CONNECTION *s, int send);
739 if (!tls13_update_key(s, 0)) { in tls_process_key_update()
919 if (!tls13_update_key(s, 1)) { in ossl_statem_client_post_work()
1055 if (!tls13_update_key(s, 1)) { in ossl_statem_server_post_work()
Completed in 73 milliseconds