const github.com/jackc/pgx/v5/pgproto3.AuthTypeMD5Password

6 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_md5_password.go#L31: 	if authType != AuthTypeMD5Password {
		authentication_md5_password.go#L43: 	dst = pgio.AppendUint32(dst, AuthTypeMD5Password)
		backend.go#L223: 		case AuthTypeCleartextPassword, AuthTypeMD5Password:
		backend.go#L275: 		AuthTypeMD5Password,
		frontend.go#L411: 	AuthTypeMD5Password       = 5
		frontend.go#L432: 	case AuthTypeMD5Password: