Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/
HDtls13_enc.c787 int tls13_update_key(SSL *s, int sending) in tls13_update_key() function
HDssl_local.h2465 __owur int tls13_update_key(SSL *s, int send);
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c663 if (!tls13_update_key(s, 0)) { in tls_process_key_update()
HDstatem_clnt.c867 if (!tls13_update_key(s, 1)) { in ossl_statem_client_post_work()
HDstatem_srvr.c980 if (!tls13_update_key(s, 1)) { in ossl_statem_server_post_work()