Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dtls13_enc.c755 int tls13_update_key(SSL_CONNECTION *s, int sending) in tls13_update_key() function
H A Dssl_local.h2732 __owur int tls13_update_key(SSL_CONNECTION *s, int send);
/openssl/ssl/statem/
H A Dstatem_lib.c739 if (!tls13_update_key(s, 0)) { in tls_process_key_update()
H A Dstatem_clnt.c919 if (!tls13_update_key(s, 1)) { in ossl_statem_client_post_work()
H A Dstatem_srvr.c1055 if (!tls13_update_key(s, 1)) { in ossl_statem_server_post_work()

Completed in 58 milliseconds