func github.com/refraction-networking/utls/internal/fips140tls.Required

5 uses

	github.com/refraction-networking/utls/internal/fips140tls (current package)
		fipstls.go#L3: func Required() bool {

	github.com/refraction-networking/utls
		common.go#L1775: 	if !fips140tls.Required() {
		handshake_client.go#L151: 		if fips140tls.Required() {
		handshake_server_tls13.go#L183: 	if fips140tls.Required() {
		u_handshake_client.go#L273: 		if fips140tls.Required() {