Searched refs:tls_process_change_cipher_spec (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c25 static int tls_process_change_cipher_spec(struct tlsv1_server *conn,
902 return tls_process_change_cipher_spec(conn, ct, in_data,
1045 static int tls_process_change_cipher_spec(struct tlsv1_server *conn, function
1303 if (tls_process_change_cipher_spec(conn, ct, buf, len))
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_local.h99 __owur MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt);
H A Dstatem_lib.c700 MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt) function
H A Dstatem_clnt.c1057 return tls_process_change_cipher_spec(s, pkt);
H A Dstatem_srvr.c1215 return tls_process_change_cipher_spec(s, pkt);

Completed in 82 milliseconds