Home
last modified time | relevance | path

Searched refs:dtls_construct_change_cipher_spec (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_local.h113 __owur int dtls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
H A Dstatem_dtls.c993 int dtls_construct_change_cipher_spec(SSL *s, WPACKET *pkt) in dtls_construct_change_cipher_spec() function
H A Dstatem_srvr.c1030 *confunc = dtls_construct_change_cipher_spec; in ossl_statem_server_construct_message()
H A Dstatem_clnt.c895 *confunc = dtls_construct_change_cipher_spec; in ossl_statem_client_construct_message()