var crypto/internal/fips140only.Enabled

56 uses

	crypto/internal/fips140only (current package)
		fips140only.go#L19: var Enabled = godebug.New("fips140").Value() == "only"

	crypto/cipher
		cbc.go#L57: 	if fips140only.Enabled {
		cbc.go#L136: 	if fips140only.Enabled {
		cfb.go#L64: 	if fips140only.Enabled {
		cfb.go#L80: 	if fips140only.Enabled {
		ctr.go#L45: 	if fips140only.Enabled {
		gcm.go#L31: 	if fips140only.Enabled {
		gcm.go#L45: 	if fips140only.Enabled {
		gcm.go#L60: 	if fips140only.Enabled {
		gcm.go#L69: 		if fips140only.Enabled {
		ofb.go#L32: 	if fips140only.Enabled {

	crypto/des
		cipher.go#L32: 	if fips140only.Enabled {
		cipher.go#L80: 	if fips140only.Enabled {

	crypto/dsa
		dsa.go#L67: 	if fips140only.Enabled {
		dsa.go#L165: 	if fips140only.Enabled {
		dsa.go#L215: 	if fips140only.Enabled {
		dsa.go#L287: 	if fips140only.Enabled {

	crypto/ecdh
		nist.go#L47: 	if fips140only.Enabled && !fips140only.ApprovedRandomReader(rand) {
		x25519.go#L38: 	if fips140only.Enabled {
		x25519.go#L50: 	if fips140only.Enabled {
		x25519.go#L70: 	if fips140only.Enabled {

	crypto/ecdsa
		ecdsa.go#L189: 	if fips140only.Enabled && !fips140only.ApprovedRandomReader(rand) {
		ecdsa.go#L238: 	if fips140only.Enabled && !fips140only.ApprovedRandomReader(rand) {
		ecdsa.go#L286: 	if fips140only.Enabled && !fips140only.ApprovedHash(h()) {
		ecdsa_legacy.go#L23: 	if fips140only.Enabled {
		ecdsa_legacy.go#L84: 	if fips140only.Enabled {
		ecdsa_legacy.go#L156: 	if fips140only.Enabled {

	crypto/ed25519
		ed25519.go#L107: 		if fips140only.Enabled {
		ed25519.go#L226: 		if fips140only.Enabled {

	crypto/hmac
		hmac.go#L48: 	if fips140only.Enabled {

	crypto/md5
		md5.go#L117: 	if fips140only.Enabled {
		md5.go#L161: 	if fips140only.Enabled {

	crypto/rand
		util.go#L18: 	if fips140only.Enabled {

	crypto/rc4
		rc4.go#L34: 	if fips140only.Enabled {

	crypto/rsa
		fips.go#L87: 	if fips140only.Enabled && !fips140only.ApprovedHash(h) {
		fips.go#L90: 	if fips140only.Enabled && !fips140only.ApprovedRandomReader(rand) {
		fips.go#L100: 	if fips140only.Enabled && saltLength > h.Size() {
		fips.go#L152: 	if fips140only.Enabled && !fips140only.ApprovedHash(h) {
		fips.go#L162: 	if fips140only.Enabled && saltLength > h.Size() {
		fips.go#L219: 	if fips140only.Enabled && !fips140only.ApprovedHash(hash) {
		fips.go#L222: 	if fips140only.Enabled && !fips140only.ApprovedRandomReader(random) {
		fips.go#L276: 	if fips140only.Enabled {
		fips.go#L326: 	if fips140only.Enabled && !fips140only.ApprovedHash(fips140hash.Unwrap(hash.New())) {
		fips.go#L372: 	if fips140only.Enabled && !fips140only.ApprovedHash(fips140hash.Unwrap(hash.New())) {
		fips.go#L400: 	if !fips140only.Enabled {
		fips.go#L422: 	if !fips140only.Enabled {
		pkcs1v15.go#L43: 	if fips140only.Enabled {
		pkcs1v15.go#L196: 	if fips140only.Enabled {
		rsa.go#L319: 	if fips140only.Enabled && bits < 2048 {
		rsa.go#L322: 	if fips140only.Enabled && bits%2 == 1 {
		rsa.go#L325: 	if fips140only.Enabled && !fips140only.ApprovedRandomReader(random) {
		rsa.go#L393: 	if fips140only.Enabled {

	crypto/sha1
		sha1.go#L124: 	if fips140only.Enabled {
		sha1.go#L159: 	if fips140only.Enabled {
		sha1.go#L203: 	if fips140only.Enabled {
		sha1.go#L272: 	if fips140only.Enabled {