Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dtls13_enc.c724 int tls13_update_key(SSL *s, int sending) in tls13_update_key() function
H A Dssl_local.h2463 __owur int tls13_update_key(SSL *s, int send);
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dtls13_enc.c746 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);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c663 if (!tls13_update_key(s, 0)) { in tls_process_key_update()
H A Dstatem_clnt.c867 if (!tls13_update_key(s, 1)) { in ossl_statem_client_post_work()
H A Dstatem_srvr.c980 if (!tls13_update_key(s, 1)) { in ossl_statem_server_post_work()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c979 if (!tls13_update_key(s, 1)) { in ossl_statem_server_post_work()
H A Dstatem_clnt.c864 if (!tls13_update_key(s, 1)) { in ossl_statem_client_post_work()