Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c757 int tls13_update_key(SSL *s, int sending) in tls13_update_key() function
H A Dssl_local.h2605 __owur int tls13_update_key(SSL *s, int send);
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c694 if (!tls13_update_key(s, 0)) { in tls_process_key_update()
H A Dstatem_clnt.c864 if (!tls13_update_key(s, 1)) { in ossl_statem_client_post_work()
H A Dstatem_srvr.c979 if (!tls13_update_key(s, 1)) { in ossl_statem_server_post_work()