func crypto/tls/internal/fips140tls.Required

16 uses

	crypto/tls/internal/fips140tls (current package)
		fipstls.go#L31: func Required() bool {

	crypto/tls
		common.go#L1142: 	if fips140tls.Required() {
		common.go#L1175: 		if fips140tls.Required() && !slices.Contains(allowedSupportedVersionsFIPS, v) {
		common.go#L1221: 	if fips140tls.Required() {
		common.go#L1709: 	if fips140tls.Required() && !slices.Contains(allowedSignatureAlgorithmsFIPS, s) {
		common.go#L1775: 	if !fips140tls.Required() {
		handshake_client.go#L134: 		if fips140tls.Required() {
		handshake_client.go#L454: 		if !session.extMasterSecret && fips140tls.Required() {
		handshake_client.go#L648: 	if hs.c.config.CipherSuites == nil && !fips140tls.Required() && rsaKexCiphers[hs.suite.id] {
		handshake_client.go#L652: 	if hs.c.config.CipherSuites == nil && !fips140tls.Required() && tdesCiphers[hs.suite.id] {
		handshake_client.go#L791: 		if fips140tls.Required() {
		handshake_server.go#L409: 	if c.config.CipherSuites == nil && !fips140tls.Required() && rsaKexCiphers[hs.suite.id] {
		handshake_server.go#L413: 	if c.config.CipherSuites == nil && !fips140tls.Required() && tdesCiphers[hs.suite.id] {
		handshake_server.go#L540: 	if !sessionState.extMasterSecret && fips140tls.Required() {
		handshake_server.go#L736: 		if fips140tls.Required() {
		handshake_server_tls13.go#L183: 	if fips140tls.Required() {